Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
|
|
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",
|