Spaces:
Runtime error
Runtime error
Commit
·
591248e
1
Parent(s):
f10a15b
update title
Browse files
app.py
CHANGED
@@ -638,7 +638,7 @@ with gr.Blocks() as demo:
|
|
638 |
)
|
639 |
|
640 |
with gr.Column() as main2:
|
641 |
-
title = gr.Markdown("
|
642 |
chatbot = gr.Chatbot()
|
643 |
with gr.Row():
|
644 |
inputtext = gr.Textbox(scale= 3)
|
|
|
638 |
)
|
639 |
|
640 |
with gr.Column() as main2:
|
641 |
+
title = gr.Markdown("#STLA BABY - YOUR FRIENDLY GUIDE"),
|
642 |
chatbot = gr.Chatbot()
|
643 |
with gr.Row():
|
644 |
inputtext = gr.Textbox(scale= 3)
|