Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
93 |
|
94 |
with gr.Column():
|
95 |
with gr.Row():
|
96 |
-
chatbot = gr.Chatbot(show_label=False
|
97 |
|
98 |
with gr.Row():
|
99 |
user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)
|
|
|
93 |
|
94 |
with gr.Column():
|
95 |
with gr.Row():
|
96 |
+
chatbot = gr.Chatbot(show_label=False)
|
97 |
|
98 |
with gr.Row():
|
99 |
user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)
|