alibidaran commited on
Commit
ae80400
·
verified ·
1 Parent(s): 00a08a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def respond(history):
32
 
33
 
34
  with gr.Blocks() as demo:
35
- gr.Markdown('# AI Therapist for (CBT and FIT)')
36
  with gr.Tab('Chat Interface'):
37
  gr.HTML('<h1> Fake client chatbot </h2>')
38
  chatbot = gr.Chatbot(type="messages")
 
32
 
33
 
34
  with gr.Blocks() as demo:
35
+ gr.Markdown('# Welcome to Zaki platform')
36
  with gr.Tab('Chat Interface'):
37
  gr.HTML('<h1> Fake client chatbot </h2>')
38
  chatbot = gr.Chatbot(type="messages")