CognitiveScience commited on
Commit
45d1c4d
1 Parent(s): b7f6cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="/data", label="Persistent storage")
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():