Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="/
|
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 |
|