Spaces:
Runtime error
Runtime error
Change top markdown
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ with block:
|
|
27 |
with gr.Column(scale=1):
|
28 |
gr.Markdown("""<img src=https://huggingface.co/spaces/sooolee/beer-sommelier/resolve/main/images/octo.jpeg width=150></left>""")
|
29 |
with gr.Column(scale=20):
|
30 |
-
gr.Markdown("<h2><left>\"Hi!
|
31 |
-
gr.Markdown("
|
32 |
|
33 |
chatbot = gr.Chatbot()
|
34 |
|
|
|
27 |
with gr.Column(scale=1):
|
28 |
gr.Markdown("""<img src=https://huggingface.co/spaces/sooolee/beer-sommelier/resolve/main/images/octo.jpeg width=150></left>""")
|
29 |
with gr.Column(scale=20):
|
30 |
+
gr.Markdown("<h2><left>\"Hi! Welcome to Gourmet Haus Staudt!!\"</left></h2>")
|
31 |
+
gr.Markdown("<h2><left>\"I'm your Beer Sommelier, and here to help you choose the right beer for you!\"</left></h2>")
|
32 |
|
33 |
chatbot = gr.Chatbot()
|
34 |
|