Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def acc_zeta_text_generation_auth_1863381mps(message, history, user_id):
|
|
93 |
# Gradio UI setup
|
94 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
95 |
chatbot = gr.Chatbot()
|
96 |
-
msg = gr.Textbox(placeholder="Message
|
97 |
user_id = gr.State() # to store the user-specific ID
|
98 |
|
99 |
# On message submit, call the function to process the input and provide a response
|
|
|
93 |
# Gradio UI setup
|
94 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
95 |
chatbot = gr.Chatbot()
|
96 |
+
msg = gr.Textbox(placeholder="Message Nyxion-7V...")
|
97 |
user_id = gr.State() # to store the user-specific ID
|
98 |
|
99 |
# On message submit, call the function to process the input and provide a response
|