Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -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 |
)
|
|
|
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 |
)
|