macadeliccc commited on
Commit
8e4674b
1 Parent(s): bce113c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
57
  registry.hf.space/macadeliccc-openchat-3-5-chatbot:latest python app.py```")
58
 
59
 
60
- message = gr.Textbox(label="Enter message", placeholder="Type your message here")
61
  chatbot = gr.Chatbot()
62
  clear = gr.Button("Clear")
63
 
 
57
  registry.hf.space/macadeliccc-openchat-3-5-chatbot:latest python app.py```")
58
 
59
 
60
+ message = gr.Textbox(label="Your Message", placeholder="Type your message here")
61
  chatbot = gr.Chatbot()
62
  clear = gr.Button("Clear")
63