Weyaxi commited on
Commit
4e78ebd
1 Parent(s): 879b9ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ demo = gr.ChatInterface(
171
  undo_btn="Undo",
172
  clear_btn="Clear",
173
  submit_btn="Send",
174
- tltie="# Chat with Einstein 🧑‍🔬 series",
175
  description="## Chat with various Einstein models based on various base models. \n\nSelect your model in the additional input place",
176
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
177
  )
 
171
  undo_btn="Undo",
172
  clear_btn="Clear",
173
  submit_btn="Send",
174
+ title="# Chat with Einstein 🧑‍🔬 series",
175
  description="## Chat with various Einstein models based on various base models. \n\nSelect your model in the additional input place",
176
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
177
  )