burman-ai commited on
Commit
97ee33b
·
verified ·
1 Parent(s): 43a16a4

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