Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def acc_nyxion_7v(message, history, user_id):
|
|
85 |
|
86 |
return "", history
|
87 |
|
88 |
-
with gr.Blocks(theme=gr.themes.
|
89 |
chatbot = gr.Chatbot()
|
90 |
msg = gr.Textbox(placeholder="Message Nyxion-7V...")
|
91 |
user_id = gr.State()
|
|
|
85 |
|
86 |
return "", history
|
87 |
|
88 |
+
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
89 |
chatbot = gr.Chatbot()
|
90 |
msg = gr.Textbox(placeholder="Message Nyxion-7V...")
|
91 |
user_id = gr.State()
|