Dagfinn1962 commited on
Commit
d1aa6d7
1 Parent(s): fd4e200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -136,9 +136,9 @@ with gr.Blocks(
136
  type="password",
137
  placeholder="",
138
  show_label=False,
139
- ).style(container=False)
140
-
141
- chatbot = gr.Chatbot().style(height=400)
142
  with gr.Row():
143
  with gr.Column():
144
  msg = gr.Textbox(
 
136
  type="password",
137
  placeholder="",
138
  show_label=False,
139
+ info="",
140
+ )
141
+ chatbot = gr.Chatbot().style(height=400)
142
  with gr.Row():
143
  with gr.Column():
144
  msg = gr.Textbox(