Spaces:
Sleeping
Sleeping
test with chatbot
Browse files
app.py
CHANGED
|
@@ -10,15 +10,16 @@ custom_chatbot = gr.Chatbot(
|
|
| 10 |
)
|
| 11 |
|
| 12 |
|
| 13 |
-
with gr.Blocks(theme=gr.
|
| 14 |
-
gr.
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
| 22 |
with gr.Row():
|
| 23 |
gr.HTML("""
|
| 24 |
<iframe
|
|
|
|
| 10 |
)
|
| 11 |
|
| 12 |
|
| 13 |
+
with gr.Blocks(theme=gr.Theme.from_hub("TejAndrewsACC/Z3ta-Z-Theme")) as chatbot:
|
| 14 |
+
with gr.Row():
|
| 15 |
+
gr.Markdown("This is a productivity chatbot")
|
| 16 |
+
with gr.Row():
|
| 17 |
+
gr.ChatInterface(
|
| 18 |
+
respond,
|
| 19 |
+
title="ZenPal",
|
| 20 |
+
description="Hi I am ZenPal",
|
| 21 |
+
examples=["Physical", "Creative", "Academic"],
|
| 22 |
+
)
|
| 23 |
with gr.Row():
|
| 24 |
gr.HTML("""
|
| 25 |
<iframe
|