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

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.Ocean()) 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.Glass()) as demo:
89
  chatbot = gr.Chatbot()
90
  msg = gr.Textbox(placeholder="Message Nyxion-7V...")
91
  user_id = gr.State()