Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
86efe77
1
Parent(s):
c3afba8
test
Browse files
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 |
|