darkc0de commited on
Commit
dd56642
·
verified ·
1 Parent(s): d46fd81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def respond(message, history):
40
 
41
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
 
43
 
44
 
45
  if __name__ == "__main__":
 
40
 
41
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
+ theme='Nymbo/Nymbo_Theme
44
 
45
 
46
  if __name__ == "__main__":