Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,14 +101,14 @@ demo = gr.Blocks()
|
|
| 101 |
|
| 102 |
with demo:
|
| 103 |
with gr.Row():
|
| 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 |
-
|
| 112 |
with gr.Column(scale=8):
|
| 113 |
# Use Markdown for title and description
|
| 114 |
gr.Markdown(
|
|
@@ -152,4 +152,4 @@ with demo:
|
|
| 152 |
# )
|
| 153 |
|
| 154 |
# Start demoen uten faner
|
| 155 |
-
demo.launch(share=share, show_api=False).queue()
|
|
|
|
| 101 |
|
| 102 |
with demo:
|
| 103 |
with gr.Row():
|
| 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("<img src='file/Logo_2.png'>")
|
| 112 |
with gr.Column(scale=8):
|
| 113 |
# Use Markdown for title and description
|
| 114 |
gr.Markdown(
|
|
|
|
| 152 |
# )
|
| 153 |
|
| 154 |
# Start demoen uten faner
|
| 155 |
+
demo.launch(share=share, show_api=False,allowed_paths=["Logo_2.png"]).queue()
|