TejAndrewsACC commited on
Commit
0a2f243
·
verified ·
1 Parent(s): 1d84a79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Z3ta...")
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