Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ if __name__ == '__main__':
|
|
| 127 |
# UI components
|
| 128 |
state = gr.State(value={"bot_backend": None})
|
| 129 |
with gr.Tab("Chat"):
|
| 130 |
-
chatbot = gr.Chatbot([], elem_id="chatbot", label="
|
| 131 |
with gr.Row():
|
| 132 |
with gr.Column(scale=0.85):
|
| 133 |
text_box = gr.Textbox(
|
|
|
|
| 127 |
# UI components
|
| 128 |
state = gr.State(value={"bot_backend": None})
|
| 129 |
with gr.Tab("Chat"):
|
| 130 |
+
chatbot = gr.Chatbot([], elem_id="chatbot", label="Log-Analyzer v 1.0", height=450)
|
| 131 |
with gr.Row():
|
| 132 |
with gr.Column(scale=0.85):
|
| 133 |
text_box = gr.Textbox(
|