acecalisto3 commited on
Commit
724611a
·
verified ·
1 Parent(s): 036099e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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()