Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 82 |
with gr.Column(elem_id="col-container"):
|
| 83 |
gr.HTML(title)
|
| 84 |
|
| 85 |
-
chatbot = gr.Chatbot([], elem_id="chatbot")
|
| 86 |
question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
|
| 87 |
submit_btn = gr.Button("Send Message")
|
| 88 |
|
|
|
|
| 82 |
with gr.Column(elem_id="col-container"):
|
| 83 |
gr.HTML(title)
|
| 84 |
|
| 85 |
+
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=300)
|
| 86 |
question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
|
| 87 |
submit_btn = gr.Button("Send Message")
|
| 88 |
|