Spaces:
Runtime error
Runtime error
Commit
·
b730889
1
Parent(s):
65476d7
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ block = gr.Blocks()
|
|
| 35 |
|
| 36 |
|
| 37 |
with block:
|
| 38 |
-
gr.Markdown("""<h1><center>I'm
|
| 39 |
""")
|
| 40 |
chatbot = gr.Chatbot()
|
| 41 |
message = gr.Textbox(placeholder=prompt)
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
with block:
|
| 38 |
+
gr.Markdown("""<h1><center>I'm DT, nice to meet you</center></h1>
|
| 39 |
""")
|
| 40 |
chatbot = gr.Chatbot()
|
| 41 |
message = gr.Textbox(placeholder=prompt)
|