leadingbridge commited on
Commit
6104c6f
1 Parent(s): a917722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
117
  with gr.Tab("🤖Chatbot"):
118
  gr.Markdown("""<h4><center>🤖Chatbot</center></h4>""")
119
  chatbot = gr.Chatbot()
120
- message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here",lines=3)
121
  state = gr.State()
122
  submit = gr.Button("Send")
123
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
 
117
  with gr.Tab("🤖Chatbot"):
118
  gr.Markdown("""<h4><center>🤖Chatbot</center></h4>""")
119
  chatbot = gr.Chatbot()
120
+ message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing any natural language in here",lines=3)
121
  state = gr.State()
122
  submit = gr.Button("Send")
123
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])