sooolee commited on
Commit
352048d
·
1 Parent(s): 7964231

Change top markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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! I'm your Beer Sommelier.\"</left></h2>")
31
- gr.Markdown("""<h2><left> \"I'm here to help you choose the right beer for you!\"</left></h2>""")
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