Spaces:
Running
on
Zero
Running
on
Zero
macadeliccc
commited on
Commit
•
8e4674b
1
Parent(s):
bce113c
test
Browse files
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="
|
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 |
|