Spaces:
Starting
on
T4
Starting
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,10 +104,11 @@ with demo:
|
|
| 104 |
with gr.Column(scale=1, min_width=120):
|
| 105 |
gr.Markdown(
|
| 106 |
f"""
|
| 107 |
-
gr.Markdown(
|
| 108 |
|
| 109 |
"""
|
| 110 |
)
|
|
|
|
| 111 |
with gr.Column(scale=8):
|
| 112 |
# Use Markdown for title and description
|
| 113 |
gr.Markdown(
|
|
|
|
| 104 |
with gr.Column(scale=1, min_width=120):
|
| 105 |
gr.Markdown(
|
| 106 |
f"""
|
| 107 |
+
gr.Markdown("!local img[]({logo_path})")
|
| 108 |
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
+
gr.HTML(f"<img src='/file={logo_path}'>")
|
| 112 |
with gr.Column(scale=8):
|
| 113 |
# Use Markdown for title and description
|
| 114 |
gr.Markdown(
|