abidlabs HF Staff commited on
Commit
5f29fb5
·
1 Parent(s): b148711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ print(os.listdir("/data"))
25
 
26
  with gr.Blocks() as demo:
27
  gr.FileExplorer()
28
- gr.FileExplorer()
29
 
30
  demo.launch()
 
25
 
26
  with gr.Blocks() as demo:
27
  gr.FileExplorer()
28
+ gr.FileExplorer(root="/data")
29
 
30
  demo.launch()