Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
|
|
22 |
with block:
|
23 |
with gr.Row():
|
24 |
with gr.Column(scale=1):
|
25 |
-
|
26 |
-
gr.Markdown("""<img alt="Image" title="icon" src="./images/octo.jpeg" />""")
|
27 |
with gr.Column(scale=15):
|
28 |
gr.Markdown("<h1><left>Your Beer Sommelier</left></h1>")
|
29 |
gr.Markdown("""<h3><left> Your friendly beer sommelier is here to help you choose the right beer for you!</left></h3>""")
|
|
|
22 |
with block:
|
23 |
with gr.Row():
|
24 |
with gr.Column(scale=1):
|
25 |
+
gr.Markdown("""<img src=https://huggingface.co/spaces/sooolee/beer-sommelier/resolve/main/images/octo.jpeg></left>""")
|
|
|
26 |
with gr.Column(scale=15):
|
27 |
gr.Markdown("<h1><left>Your Beer Sommelier</left></h1>")
|
28 |
gr.Markdown("""<h3><left> Your friendly beer sommelier is here to help you choose the right beer for you!</left></h3>""")
|