AilexGPT commited on
Commit
dddbb08
·
1 Parent(s): 3b4eae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ gr.ChatInterface(
96
  fn=generate,
97
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
98
  additional_inputs=additional_inputs,
99
- title="openchat/openchat-3.5-1210'
100
  examples=examples,
101
  description=description,
102
  concurrency_limit=20,
 
96
  fn=generate,
97
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
98
  additional_inputs=additional_inputs,
99
+ title='openchat/openchat-3.5-1210',
100
  examples=examples,
101
  description=description,
102
  concurrency_limit=20,