Nick088 commited on
Commit
ff66ef0
·
verified ·
1 Parent(s): 817f9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ additional_inputs = [
51
  ]
52
 
53
  gr.ChatInterface(
54
- theme='ParityError/Interstellar'
55
  fn=generate_response,
56
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
57
  additional_inputs=additional_inputs,
 
51
  ]
52
 
53
  gr.ChatInterface(
54
+ theme='ParityError/Interstellar',
55
  fn=generate_response,
56
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
57
  additional_inputs=additional_inputs,