Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ demo = gr.ChatInterface(
|
|
171 |
undo_btn="Undo",
|
172 |
clear_btn="Clear",
|
173 |
submit_btn="Send",
|
174 |
-
|
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 |
)
|