darkc0de commited on
Commit
980b833
·
verified ·
1 Parent(s): e3d5f4c

Update app.py

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