acecalisto3 commited on
Commit
fc703a6
·
verified ·
1 Parent(s): 268f3d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -501,7 +501,7 @@ def main():
501
 
502
  # Project Explorer Tab
503
  with gr.Tab("Project Explorer"):
504
- project_path = gr.Textbox(label="Project Path", placeholder="/path/to/project")
505
  explore_button = gr.Button(value="Explore")
506
  project_output = gr.Textbox(label="File Tree", lines=20)
507
 
 
501
 
502
  # Project Explorer Tab
503
  with gr.Tab("Project Explorer"):
504
+ project_path = gr.Textbox(label="Project Path", placeholder="/home/user/app/current_project")
505
  explore_button = gr.Button(value="Explore")
506
  project_output = gr.Textbox(label="File Tree", lines=20)
507