theme changes
Browse files
app.py
CHANGED
@@ -71,9 +71,9 @@ def filter_dataframe_model(*args, **kwargs) -> pd.DataFrame:
|
|
71 |
|
72 |
theme = gr.themes.Soft(
|
73 |
primary_hue="emerald",
|
74 |
-
secondary_hue="
|
75 |
-
text_size="
|
76 |
-
spacing_size="
|
77 |
font=[
|
78 |
gr.themes.GoogleFont("Poppins"),
|
79 |
gr.themes.GoogleFont("Poppins"),
|
@@ -138,7 +138,9 @@ with gr.Blocks(
|
|
138 |
value="",
|
139 |
)
|
140 |
cont_model = gr.Textbox(
|
141 |
-
placeholder="Model",
|
|
|
|
|
142 |
)
|
143 |
with gr.Column():
|
144 |
checkboxes_model = gr.CheckboxGroup(
|
|
|
71 |
|
72 |
theme = gr.themes.Soft(
|
73 |
primary_hue="emerald",
|
74 |
+
secondary_hue="cyan",
|
75 |
+
text_size="md",
|
76 |
+
spacing_size="lg",
|
77 |
font=[
|
78 |
gr.themes.GoogleFont("Poppins"),
|
79 |
gr.themes.GoogleFont("Poppins"),
|
|
|
138 |
value="",
|
139 |
)
|
140 |
cont_model = gr.Textbox(
|
141 |
+
placeholder="Model",
|
142 |
+
label="Pre-trained model",
|
143 |
+
value=""
|
144 |
)
|
145 |
with gr.Column():
|
146 |
checkboxes_model = gr.CheckboxGroup(
|