riyamalshe commited on
Commit
7ac85e9
·
verified ·
1 Parent(s): c818951

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",
@@ -173,7 +173,7 @@ with gr.Blocks() as chatbot:
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
  )
179
 
 
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",
 
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
  )
179