macadeliccc commited on
Commit
86efe77
·
1 Parent(s): c3afba8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
89
  registry.hf.space/macadeliccc-openchat-3-5-chatbot:latest python app.py```")
90
 
91
 
92
- message = gr.Textbox(label="Your Message", placeholder="Type your message here")
93
  chatbot = gr.Chatbot()
94
  clear = gr.Button("Clear")
95
 
 
89
  registry.hf.space/macadeliccc-openchat-3-5-chatbot:latest python app.py```")
90
 
91
 
92
+ message = gr.Textbox(label="Your Message", placeholder="Type your message here...")
93
  chatbot = gr.Chatbot()
94
  clear = gr.Button("Clear")
95