Aishu-7 commited on
Commit
092c7a4
·
verified ·
1 Parent(s): 6b50730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -103,4 +103,6 @@ def respond(message, history):
103
  chatbot = gr.ChatInterface(respond)
104
 
105
 
106
- chatbot.launch()
 
 
 
103
  chatbot = gr.ChatInterface(respond)
104
 
105
 
106
+ chatbot.launch()
107
+
108
+ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo: