Spaces:
Runtime error
Runtime error
Rename app.py to 1app.py
Browse files- app.py → 1app.py +1 -2
app.py → 1app.py
RENAMED
|
@@ -642,5 +642,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 642 |
yield {search_page: gr.Column(visible=True)}
|
| 643 |
|
| 644 |
|
| 645 |
-
demo.launch()
|
| 646 |
-
|
|
|
|
| 642 |
yield {search_page: gr.Column(visible=True)}
|
| 643 |
|
| 644 |
|
| 645 |
+
demo.launch()
|
|
|