Nymbo commited on
Commit
45da236
1 Parent(s): 1e1ef30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ def respond(
44
  yield response
45
 
46
  demo = gr.ChatInterface(
 
47
  respond,
48
  additional_inputs=[
49
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
44
  yield response
45
 
46
  demo = gr.ChatInterface(
47
+ theme="Nymbo/Nymbo_Theme",
48
  respond,
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),