sunshineccl commited on
Commit
c98493c
·
1 Parent(s): 8f6044c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def predict(input, history=[]):
27
  #print('response-->>'+str(response))
28
  return response, history
29
 
30
- description = "This is my chatbot application based on the DialoGPT model of Microsoft. Type a Hi or Hello to get started with chatting."
31
- title = "ThogaiGPT 🦚"
32
  examples = [["I feel anxious"]]
33
  gr.Interface(fn=predict,
34
  title=title,
 
27
  #print('response-->>'+str(response))
28
  return response, history
29
 
30
+ description = "This is a chatbot application based on the DialoGPT model of Microsoft domain focused on mental health. Type a Hi or Hello to get started with chatting."
31
+ title = "MentalChatGpt 🦚"
32
  examples = [["I feel anxious"]]
33
  gr.Interface(fn=predict,
34
  title=title,