Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def respond(message, history):
|
|
| 107 |
|
| 108 |
iface = gr.ChatInterface(
|
| 109 |
respond,
|
| 110 |
-
chatbot=gr.Chatbot(height=
|
| 111 |
textbox=gr.Textbox(placeholder="Ask me anything about the content of the PDF(s):", container=False, scale=7),
|
| 112 |
title="RAG Chatbot",
|
| 113 |
cache_examples=True,
|
|
|
|
| 107 |
|
| 108 |
iface = gr.ChatInterface(
|
| 109 |
respond,
|
| 110 |
+
chatbot=gr.Chatbot(height=500),
|
| 111 |
textbox=gr.Textbox(placeholder="Ask me anything about the content of the PDF(s):", container=False, scale=7),
|
| 112 |
title="RAG Chatbot",
|
| 113 |
cache_examples=True,
|