Sarath0x8f commited on
Commit
f607deb
·
verified ·
1 Parent(s): bb77773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]),
169
  gr.ChatInterface(
170
  fn=respond,
171
  chatbot=gr.Chatbot(height=500),
172
- theme = "soft",
173
  show_progress='full',
174
  # cache_mode='lazy',
175
  textbox=gr.Textbox(placeholder="Step-4: Ask me questions on the uploaded document!", container=False)
 
169
  gr.ChatInterface(
170
  fn=respond,
171
  chatbot=gr.Chatbot(height=500),
172
+ # theme = "soft",
173
  show_progress='full',
174
  # cache_mode='lazy',
175
  textbox=gr.Textbox(placeholder="Step-4: Ask me questions on the uploaded document!", container=False)