Update app.py
Browse files
app.py
CHANGED
|
@@ -87,6 +87,7 @@ conv = Conversation(prompt, 10)
|
|
| 87 |
# [chatbot]
|
| 88 |
# )
|
| 89 |
# demo.launch()
|
|
|
|
| 90 |
with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as demo:
|
| 91 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
|
| 92 |
|
|
|
|
| 87 |
# [chatbot]
|
| 88 |
# )
|
| 89 |
# demo.launch()
|
| 90 |
+
|
| 91 |
with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as demo:
|
| 92 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
|
| 93 |
|