burman-ai commited on
Commit
245e0b7
·
verified ·
1 Parent(s): 41024a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ demo = gr.ChatInterface(
83
  ],
84
  fill_height=True,
85
  chatbot=chatbot,
 
86
 
87
  )
88
 
 
83
  ],
84
  fill_height=True,
85
  chatbot=chatbot,
86
+ theme="Nymbo/Nymbo_Theme",
87
 
88
  )
89