sooolee commited on
Commit
1a7615a
1 Parent(s): 2539762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
25
  with block:
26
  with gr.Row():
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=15):
30
  gr.Markdown("<h1><left>Your Beer Sommelier</left></h1>")
31
  gr.Markdown("""<h2><left> Your friendly beer sommelier is here to help you choose the right beer for you!</left></h2>""")
 
25
  with block:
26
  with gr.Row():
27
  with gr.Column(scale=1):
28
+ gr.Markdown("""<img src=https://huggingface.co/spaces/sooolee/beer-sommelier/resolve/main/images/octo.jpeg width=100></left>""")
29
  with gr.Column(scale=15):
30
  gr.Markdown("<h1><left>Your Beer Sommelier</left></h1>")
31
  gr.Markdown("""<h2><left> Your friendly beer sommelier is here to help you choose the right beer for you!</left></h2>""")