Spaces:
Runtime error
Runtime error
Adrian Cowham
commited on
Commit
·
03cc8ac
1
Parent(s):
1daf000
escaping
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as block:
|
|
99 |
with gr.Row():
|
100 |
with gr.Column(scale=0.75):
|
101 |
with gr.Row():
|
102 |
-
gr.Markdown("<h1>Let
|
103 |
with gr.Row():
|
104 |
gr.Markdown("by Andrea Lunsford")
|
105 |
chatbot = gr.Chatbot(elem_id="chatbot").style(height=600)
|
|
|
99 |
with gr.Row():
|
100 |
with gr.Column(scale=0.75):
|
101 |
with gr.Row():
|
102 |
+
gr.Markdown("<h1>Let's Talk...</h1>")
|
103 |
with gr.Row():
|
104 |
gr.Markdown("by Andrea Lunsford")
|
105 |
chatbot = gr.Chatbot(elem_id="chatbot").style(height=600)
|