Hashintha commited on
Commit
e517895
·
1 Parent(s): 5bc4f0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Local Code Interpreter", height=500)
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(