Spaces:
Runtime error
Runtime error
Commit
·
45d1c4d
1
Parent(s):
b7f6cba
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
|
|
| 136 |
|
| 137 |
with gr.Blocks() as demo:
|
| 138 |
gr.FileExplorer(label="Working directory")
|
| 139 |
-
gr.FileExplorer(root="
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|
|
|
|
| 136 |
|
| 137 |
with gr.Blocks() as demo:
|
| 138 |
gr.FileExplorer(label="Working directory")
|
| 139 |
+
gr.FileExplorer(root="./data", label="Persistent storage")
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|