Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,10 +25,10 @@ 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=
|
29 |
-
with gr.Column(scale=
|
30 |
-
gr.Markdown("<h1><
|
31 |
-
gr.Markdown("""<h2><
|
32 |
|
33 |
chatbot = gr.Chatbot()
|
34 |
|
|
|
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=20):
|
30 |
+
gr.Markdown("<h1><center>Your Beer Sommelier</center></h1>")
|
31 |
+
gr.Markdown("""<h2><center> Your friendly beer sommelier is here to help you choose the right beer for you!</center></h2>""")
|
32 |
|
33 |
chatbot = gr.Chatbot()
|
34 |
|