darkc0de commited on
Commit
eff9ca4
·
verified ·
1 Parent(s): 9c540b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(message, history):
38
 
39
 
40
 
41
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
 
44
 
 
38
 
39
 
40
 
41
+ with gr.Blocks(theme=gr.themes.paris()) as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
 
44