riyamalshe commited on
Commit
f438aed
·
verified ·
1 Parent(s): 02d0035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )