Spaces:
Sleeping
Sleeping
Update app.py
#2
by
dylanskane
- opened
app.py
CHANGED
|
@@ -44,6 +44,7 @@ To use the app, click on one of the examples, or adjust the values of the six em
|
|
| 44 |
|
| 45 |
with gr.Blocks(title=title) as demo:
|
| 46 |
gr.Markdown(f"## {title}")
|
|
|
|
| 47 |
# gr.Markdown("""""")
|
| 48 |
gr.Markdown(description1)
|
| 49 |
gr.Markdown("""---""")
|
|
|
|
| 44 |
|
| 45 |
with gr.Blocks(title=title) as demo:
|
| 46 |
gr.Markdown(f"## {title}")
|
| 47 |
+
gr.Image("Hilton_logo.png")
|
| 48 |
# gr.Markdown("""""")
|
| 49 |
gr.Markdown(description1)
|
| 50 |
gr.Markdown("""---""")
|