Starchik1 commited on
Commit
45f44a9
·
verified ·
1 Parent(s): bf077c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ gr.ChatInterface(
92
  fn=generate,
93
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
94
  additional_inputs=additional_inputs,
95
- title="Chatterbox",
96
  examples=examples,
97
  concurrency_limit=20,
98
  ).launch(show_api=False)
 
92
  fn=generate,
93
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
94
  additional_inputs=additional_inputs,
95
+ title="theGame",
96
  examples=examples,
97
  concurrency_limit=20,
98
  ).launch(show_api=False)