Sean-Case
commited on
Commit
·
0b0054b
1
Parent(s):
302ada4
Reduced chat box size further
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ with block:
|
|
| 117 |
with gr.Tab("Chatbot"):
|
| 118 |
|
| 119 |
with gr.Row():
|
| 120 |
-
chat_height =
|
| 121 |
chatbot = gr.Chatbot(height=chat_height)
|
| 122 |
sources = gr.HTML(value = "Source paragraphs where I looked for answers will appear here", height=chat_height)
|
| 123 |
|
|
|
|
| 117 |
with gr.Tab("Chatbot"):
|
| 118 |
|
| 119 |
with gr.Row():
|
| 120 |
+
chat_height = 600
|
| 121 |
chatbot = gr.Chatbot(height=chat_height)
|
| 122 |
sources = gr.HTML(value = "Source paragraphs where I looked for answers will appear here", height=chat_height)
|
| 123 |
|