TejAndrewsACC commited on
Commit
68e8207
·
verified ·
1 Parent(s): 091be98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Citrus()) as demo:
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.Ocean()) as demo:
89
  chatbot = gr.Chatbot()
90
  msg = gr.Textbox(placeholder="Message Nyxion-7V...")
91
  user_id = gr.State()