Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,9 @@ block = gr.Blocks()
|
|
| 44 |
|
| 45 |
|
| 46 |
with block:
|
| 47 |
-
gr.Markdown("""<
|
|
|
|
|
|
|
| 48 |
""")
|
| 49 |
chatbot = gr.Chatbot()
|
| 50 |
message = gr.Textbox(placeholder=prompt)
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
with block:
|
| 47 |
+
gr.Markdown("""<h2><center> Meet Wikie</center></h2>
|
| 48 |
+
""")
|
| 49 |
+
gr.Markdown("""<h4><center> The Sarcastic Chatbot</center></h4>
|
| 50 |
""")
|
| 51 |
chatbot = gr.Chatbot()
|
| 52 |
message = gr.Textbox(placeholder=prompt)
|