roger33303 commited on
Commit
7f488d2
1 Parent(s): 205c478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def create_ui(query,past):
29
 
30
 
31
  with gr.Blocks(theme=gr.themes.Glass()) as demo:
32
- gr.Markdown("<h1><center>Your AI Therapist</center></h1> <br> <hr> <p> <bold>Introduction: </bold> This is a AI Therapist Chatbot powered by OpenAI's GPT-3.5 Turbo model, designed to engage with users in a supportive and empathetic manner, providing responses to user queries and messages. </p>")
33
  chatbot = gr.Chatbot()
34
  msg = gr.Textbox(placeholder="Write your message here")
35
  msg.submit(create_ui, inputs=[msg,chatbot] , outputs=[msg,chatbot])
 
29
 
30
 
31
  with gr.Blocks(theme=gr.themes.Glass()) as demo:
32
+ gr.Markdown("<h1><center>Your AI Therapist</center></h1> <hr> <p> <h3><bold>Introduction: </bold> This is a AI Therapist Chatbot powered by OpenAI's GPT-3.5 Turbo model, designed to engage with users in a supportive and empathetic manner, providing responses to user queries and messages.</h3> </p> ")
33
  chatbot = gr.Chatbot()
34
  msg = gr.Textbox(placeholder="Write your message here")
35
  msg.submit(create_ui, inputs=[msg,chatbot] , outputs=[msg,chatbot])