Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
d1aa6d7
1
Parent(s):
fd4e200
Update app.py
Browse files
app.py
CHANGED
@@ -136,9 +136,9 @@ with gr.Blocks(
|
|
136 |
type="password",
|
137 |
placeholder="",
|
138 |
show_label=False,
|
139 |
-
|
140 |
-
|
141 |
-
|
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(
|