Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
|
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
|
|
| 144 |
user_id_state = gr.State()
|
| 145 |
auth_message = gr.Textbox(visible=False)
|
| 146 |
|
| 147 |
-
chat_input = gr.Textbox(lines=7, label="Chat with AttachmentBot")
|
| 148 |
chat_output = gr.Textbox(label="Conversation")
|
| 149 |
state = gr.State()
|
| 150 |
|
|
|
|
| 144 |
user_id_state = gr.State()
|
| 145 |
auth_message = gr.Textbox(visible=False)
|
| 146 |
|
| 147 |
+
chat_input = gr.Textbox(lines=7, label="Chat with AttachmentBot", visible=False)
|
| 148 |
chat_output = gr.Textbox(label="Conversation")
|
| 149 |
state = gr.State()
|
| 150 |
|