Spaces:
Sleeping
Sleeping
Decreased container height
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def respond_on_user_msg(chat_history, storage):
|
|
140 |
def create_application():
|
141 |
with gr.Blocks(css=CSS, fill_height=True) as demo:
|
142 |
storage = gr.State({})
|
143 |
-
chatbot = gr.Chatbot(label="Facility managment bot", show_label=False, show_share_button=False, elem_id="chatbot")
|
144 |
btn_list = []
|
145 |
with gr.Row():
|
146 |
for i in range(6):
|
|
|
140 |
def create_application():
|
141 |
with gr.Blocks(css=CSS, fill_height=True) as demo:
|
142 |
storage = gr.State({})
|
143 |
+
chatbot = gr.Chatbot(label="Facility managment bot", show_label=False, show_share_button=False, elem_id="chatbot", height=300)
|
144 |
btn_list = []
|
145 |
with gr.Row():
|
146 |
for i in range(6):
|