Spaces:
Runtime error
Runtime error
Rename app1.py to app.py
Browse files- app1.py → app.py +1 -2
app1.py → app.py
RENAMED
@@ -229,8 +229,7 @@ if __name__ == "__main__":
|
|
229 |
with gr.Column(scale=1):
|
230 |
...
|
231 |
with gr.Column(scale=3):
|
232 |
-
gr.Image(value="assets/banner/banner.png", width=1024, show_label=False,
|
233 |
-
show_download_button=False)
|
234 |
with gr.Column(scale=1):
|
235 |
...
|
236 |
with gr.Accordion(label="🧭 Instructions:", open=True, elem_id="accordion"):
|
|
|
229 |
with gr.Column(scale=1):
|
230 |
...
|
231 |
with gr.Column(scale=3):
|
232 |
+
#gr.Image(value="assets/banner/banner.png", width=1024, show_label=False, show_download_button=False)
|
|
|
233 |
with gr.Column(scale=1):
|
234 |
...
|
235 |
with gr.Accordion(label="🧭 Instructions:", open=True, elem_id="accordion"):
|