Nymbo commited on
Commit
385a33a
·
verified ·
1 Parent(s): bedd31a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ demo = gr.ChatInterface(
287
  ],
288
  fill_height=True,
289
  chatbot=chatbot,
290
- theme="Nymbo/Nymbo_Theme_5",
291
  )
292
  print("ChatInterface object created.")
293
 
 
287
  ],
288
  fill_height=True,
289
  chatbot=chatbot,
290
+ theme="Nymbo/Nymbo_Theme",
291
  )
292
  print("ChatInterface object created.")
293