Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,12 +157,12 @@ def respond(message, history, mom_type) :
|
|
157 |
# chatbot = gr.ChatInterface(respond, type="messages")
|
158 |
|
159 |
with gr.Blocks(theme = gr.themes.Soft,
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
font=[gr.themes.GoogleFont("IBM Plex Sans"), "sans-serif"],
|
167 |
font_mono=[gr.themes.GoogleFont("IBM Plex Mono"), "monospace"] ) as chatbot:
|
168 |
with gr.Row():
|
|
|
157 |
# chatbot = gr.ChatInterface(respond, type="messages")
|
158 |
|
159 |
with gr.Blocks(theme = gr.themes.Soft,
|
160 |
+
primary ="purple",
|
161 |
+
secondary="fuchsia",
|
162 |
+
neutral="gray",
|
163 |
+
spacing="lg",
|
164 |
+
radius="lg",
|
165 |
+
text="lg",
|
166 |
font=[gr.themes.GoogleFont("IBM Plex Sans"), "sans-serif"],
|
167 |
font_mono=[gr.themes.GoogleFont("IBM Plex Mono"), "monospace"] ) as chatbot:
|
168 |
with gr.Row():
|