Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,11 @@ demo = gr.Blocks()
|
|
102 |
with demo:
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=1, min_width=120):
|
105 |
-
|
106 |
-
|
|
|
|
|
|
|
107 |
with gr.Column(scale=8):
|
108 |
# Use Markdown for title and description
|
109 |
gr.Markdown(
|
|
|
102 |
with demo:
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=1, min_width=120):
|
105 |
+
gr.Markdown(
|
106 |
+
f"""
|
107 |
+
<img src="file={logo_path}" width="100" style="margin-right: 20px;" />
|
108 |
+
"""
|
109 |
+
)
|
110 |
with gr.Column(scale=8):
|
111 |
# Use Markdown for title and description
|
112 |
gr.Markdown(
|