Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def respond(history):
|
|
32 |
|
33 |
|
34 |
with gr.Blocks() as demo:
|
35 |
-
gr.Markdown('#
|
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")
|