darkc0de commited on
Commit
02a57e7
·
verified ·
1 Parent(s): f55dd9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def respond(message, history):
40
 
41
  with gr.Blocks() as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
- gr.themes.Glass
44
 
45
  if __name__ == "__main__":
46
  demo.launch(show_api=True, share=False)
 
40
 
41
  with gr.Blocks() as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
+ theme='Yntec/HaleyCH_Theme_Orange_Green'
44
 
45
  if __name__ == "__main__":
46
  demo.launch(show_api=True, share=False)