Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import base64
|
|
| 9 |
|
| 10 |
|
| 11 |
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| 12 |
-
css_path = os.path.join(BASE_DIR, "
|
| 13 |
|
| 14 |
with open(css_path, "r") as f:
|
| 15 |
css = f.read()
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| 12 |
+
css_path = os.path.join(BASE_DIR, "style1.css")
|
| 13 |
|
| 14 |
with open(css_path, "r") as f:
|
| 15 |
css = f.read()
|