Bharathchilaka commited on
Commit
6bc7417
·
verified ·
1 Parent(s): e09a2c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def extract_zip(zip_path, extract_to):
38
  print(f"{extract_to} already exists. Skipping extraction.")
39
 
40
 
41
- extract_zip("templates_clean.zip", "templates")
42
  extract_zip("static_clean_fixed.zip", "static")
43
 
44
  # -----------------------------------------------------------------------------
 
38
  print(f"{extract_to} already exists. Skipping extraction.")
39
 
40
 
41
+ extract_zip("templates_clean_updated.zip", "templates")
42
  extract_zip("static_clean_fixed.zip", "static")
43
 
44
  # -----------------------------------------------------------------------------