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