Weyaxi commited on
Commit
f4e386a
1 Parent(s): 1d7a1fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -171,7 +171,8 @@ demo = gr.ChatInterface(
171
  undo_btn="Undo",
172
  clear_btn="Clear",
173
  submit_btn="Send",
174
- description="# Chat Einstein 🧑‍🔬 Einstein v6.1 Llama3-8B\n\nSelect your model in the additional input place",
 
175
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
176
  )
177
 
 
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
  )
178