Nymbo commited on
Commit
a92c5b5
1 Parent(s): 354f019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def stream_chat(
98
 
99
  chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
100
 
101
- with gr.Blocks(css=CSS, theme="Nymbo/Nymbo_Theme") as demo:
102
  gr.HTML(TITLE)
103
  gr.ChatInterface(
104
  fn=stream_chat,
 
98
 
99
  chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
100
 
101
+ with gr.Blocks(css=CSS, theme="Nymbo/Alyx_Theme") as demo:
102
  gr.HTML(TITLE)
103
  gr.ChatInterface(
104
  fn=stream_chat,