Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -527,7 +527,7 @@ def main():
|
|
527 |
# Connect components to the project explorer
|
528 |
explore_button.click(project_explorer, inputs=project_path, outputs=project_output)
|
529 |
|
530 |
-
demo.launch(show_api=
|
531 |
|
532 |
if __name__ == "__main__":
|
533 |
main()
|
|
|
527 |
# Connect components to the project explorer
|
528 |
explore_button.click(project_explorer, inputs=project_path, outputs=project_output)
|
529 |
|
530 |
+
demo.launch(show_api=True)
|
531 |
|
532 |
if __name__ == "__main__":
|
533 |
main()
|