KingNish commited on
Commit
f694778
1 Parent(s): ecacf71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ def respond(message, history):
191
  demo = gr.ChatInterface(
192
  fn=respond,
193
  chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
194
- title="# OpenGPT 4o mini\n ### You can engage in chat, generate images, perform web searches, and Q&A with images.",
195
  textbox=gr.MultimodalTextbox(),
196
  multimodal=True,
197
  concurrency_limit=200,
 
191
  demo = gr.ChatInterface(
192
  fn=respond,
193
  chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
194
+ description ="# OpenGPT 4o mini\n ### You can engage in chat, generate images, perform web searches, and Q&A with images.",
195
  textbox=gr.MultimodalTextbox(),
196
  multimodal=True,
197
  concurrency_limit=200,