Shubham89 commited on
Commit
2083ef7
1 Parent(s): 5b836ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with block:
43
  chatbot = gr.Chatbot()
44
  message = gr.Textbox(placeholder=prompt)
45
  state = gr.State()
46
- submit = gr.Button("SEND")
47
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
48
 
49
  block.launch()
 
43
  chatbot = gr.Chatbot()
44
  message = gr.Textbox(placeholder=prompt)
45
  state = gr.State()
46
+ submit = gr.Button("Submit")
47
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
48
 
49
  block.launch()