AjithKSenthil commited on
Commit
844eeba
·
verified ·
1 Parent(s): d9aac70

Update chatbot.py

Browse files
Files changed (1) hide show
  1. 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