Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -586,7 +586,7 @@ def main():
|
|
586 |
# css_file1 = CSS_PATH / "div.css"
|
587 |
# css_file2 = CSS_PATH / "side.css"
|
588 |
css_file2 = CSS_PATH / "ch.json"
|
589 |
-
if not
|
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)
|
|
|
586 |
# css_file1 = CSS_PATH / "div.css"
|
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)
|