riyamalshe commited on
Commit
2e9dfe9
·
verified ·
1 Parent(s): f438aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks() as chatbot:
164
  fn=respond,
165
  additional_inputs=[mom_type],
166
  title="StudyMama",
167
- custom_theme = gr.themes.Soft,
168
  primary_hue="purple",
169
  secondary_hue="fuchsia",
170
  neutral_hue="gray",
@@ -172,7 +172,7 @@ with gr.Blocks() as chatbot:
172
  radius_size="lg",
173
  text_size="lg",
174
  font=[gr.themes.GoogleFont("IBM Plex Sans"), "sans-serif"],
175
- font_mono=[gr.themes.GoogleFont("IBM Plex Mono"), "monospace"],
176
 
177
  chatbot = gr.ChatInterface(respond, type="messages", theme=custom_theme)
178
  )
 
164
  fn=respond,
165
  additional_inputs=[mom_type],
166
  title="StudyMama",
167
+ custom_theme = [gr.themes.Soft,
168
  primary_hue="purple",
169
  secondary_hue="fuchsia",
170
  neutral_hue="gray",
 
172
  radius_size="lg",
173
  text_size="lg",
174
  font=[gr.themes.GoogleFont("IBM Plex Sans"), "sans-serif"],
175
+ font_mono=[gr.themes.GoogleFont("IBM Plex Mono"), "monospace"]]
176
 
177
  chatbot = gr.ChatInterface(respond, type="messages", theme=custom_theme)
178
  )