Fred808 commited on
Commit
fe07fbd
·
verified ·
1 Parent(s): ed01c1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,5 +159,5 @@ def get_output(course_name: str):
159
  @app.on_event("startup")
160
  def startup_event():
161
  # Uncomment this to run analysis every time app starts
162
- # analyze_all()
163
  print("[*] App ready. Visit /outputs/{course_name} to fetch results.")
 
159
  @app.on_event("startup")
160
  def startup_event():
161
  # Uncomment this to run analysis every time app starts
162
+ analyze_all()
163
  print("[*] App ready. Visit /outputs/{course_name} to fetch results.")