wintergw commited on
Commit
33af0e3
·
verified ·
1 Parent(s): a7058f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ cache_dir="private_space_cache"
17
  # calling the app code
18
  app = hf_hub_download(
19
  repo_id="wintergw/assignment_opt_gurobi",
20
- filename="app2.py",
21
  repo_type="space"
22
  )
23
  # executing the app file
 
17
  # calling the app code
18
  app = hf_hub_download(
19
  repo_id="wintergw/assignment_opt_gurobi",
20
+ filename="app.py",
21
  repo_type="space"
22
  )
23
  # executing the app file