burman-ai commited on
Commit
25802d2
·
verified ·
1 Parent(s): 896ee60

Update app.py

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