Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ import re
|
|
28 |
import ast
|
29 |
import html
|
30 |
|
|
|
31 |
def load_css():
|
32 |
css_path = os.path.join(os.path.dirname(__file__), "static", "styles.css")
|
33 |
if os.path.exists(css_path):
|
|
|
28 |
import ast
|
29 |
import html
|
30 |
|
31 |
+
#load css
|
32 |
def load_css():
|
33 |
css_path = os.path.join(os.path.dirname(__file__), "static", "styles.css")
|
34 |
if os.path.exists(css_path):
|