pabloce commited on
Commit
08a4d08
1 Parent(s): 90e8d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -166,7 +166,8 @@ demo = gr.ChatInterface(
166
  undo_btn="Undo",
167
  clear_btn="Clear",
168
  submit_btn="Send",
169
- description="Cognitive Computation: Chat Dolphin 🐬 2.9.1-llama-3-70b & 2.9.1-yi-1.5-34b"
 
170
  )
171
 
172
  if __name__ == "__main__":
 
166
  undo_btn="Undo",
167
  clear_btn="Clear",
168
  submit_btn="Send",
169
+ description="Cognitive Computation: Chat Dolphin 🐬 2.9.1-llama-3-70b & 2.9.1-yi-1.5-34b",
170
+ chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
171
  )
172
 
173
  if __name__ == "__main__":