Update main.py
Browse files
main.py
CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(theme=set_theme, analytics_enabled=False) as demo:
|
|
41 |
with gr.Row():
|
42 |
with gr.Column(scale=2):
|
43 |
chatbot = gr.Chatbot()
|
44 |
-
chatbot.style(height=
|
45 |
chatbot.style()
|
46 |
history = gr.State([])
|
47 |
with gr.Column(scale=1):
|
|
|
41 |
with gr.Row():
|
42 |
with gr.Column(scale=2):
|
43 |
chatbot = gr.Chatbot()
|
44 |
+
chatbot.style(height=2000)
|
45 |
chatbot.style()
|
46 |
history = gr.State([])
|
47 |
with gr.Column(scale=1):
|