Seetha commited on
Commit
8b72455
·
1 Parent(s): cc6e800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -587,7 +587,7 @@ def main():
587
  # css_file2 = CSS_PATH / "side.css"
588
  css_file2 = CSS_PATH / "ch.json"
589
  if not css_file2.exists():
590
- shutil.copy("assets/css/ch.json", css_file2)
591
  # shutil.copy("assets/css/tree.css", css_file)
592
  # shutil.copy("assets/css/div.css", css_file1)
593
  # shutil.copy("assets/css/side.css", css_file2)
 
587
  # css_file2 = CSS_PATH / "side.css"
588
  css_file2 = CSS_PATH / "ch.json"
589
  if not css_file2.exists():
590
+ shutil.copy("css/ch.json", css_file2)
591
  # shutil.copy("assets/css/tree.css", css_file)
592
  # shutil.copy("assets/css/div.css", css_file1)
593
  # shutil.copy("assets/css/side.css", css_file2)