OSainz commited on
Commit
540407e
β€’
1 Parent(s): 5945c23

theme changes

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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="red",
75
- text_size="sm",
76
- spacing_size="sm",
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", label="Pre-training corpora", value=""
 
 
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(