Geraldine commited on
Commit
c9ed75d
·
verified ·
1 Parent(s): ff06935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -724,4 +724,4 @@ def create_umap_plot(df):
724
  return fig, f"Loaded {len(df)} items and projected into 2D."
725
 
726
  if __name__ == "__main__":
727
- app.run(port=7860)
 
724
  return fig, f"Loaded {len(df)} items and projected into 2D."
725
 
726
  if __name__ == "__main__":
727
+ app.run(debug=True,port=7860)