Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ theme = gr.themes.Soft(
|
|
206 |
)
|
207 |
|
208 |
with gr.Blocks(theme=theme) as demo:
|
209 |
-
chatbot = gr.Chatbot()
|
210 |
msg = gr.Textbox(placeholder="Message Nyxion-7V...")
|
211 |
user_id = gr.State()
|
212 |
|
|
|
206 |
)
|
207 |
|
208 |
with gr.Blocks(theme=theme) as demo:
|
209 |
+
chatbot = gr.Chatbot(label="Nyxion-7V", type="messages")
|
210 |
msg = gr.Textbox(placeholder="Message Nyxion-7V...")
|
211 |
user_id = gr.State()
|
212 |
|