riyamalshe commited on
Commit
41b6cab
·
verified ·
1 Parent(s): 8d1c37c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- primary_hue="purple",
161
- secondary_hue="fuchsia",
162
- neutral_hue="gray",
163
- spacing_size="lg",
164
- radius_size="lg",
165
- text_size="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():
 
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():