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