blech66 commited on
Commit
003b5dc
·
verified ·
1 Parent(s): 964f334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -137,8 +137,7 @@ def chat_fn(message, history):
137
 
138
  demo = gr.ChatInterface(
139
  fn=chat_fn,
140
- title="Wellbeing Chatbot B",
141
- description="Empatyczny chatbot well-being."
142
  )
143
 
144
  if __name__ == "__main__":
 
137
 
138
  demo = gr.ChatInterface(
139
  fn=chat_fn,
140
+ title="Chatbot",
 
141
  )
142
 
143
  if __name__ == "__main__":