Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
import json
|
| 5 |
import re
|
| 6 |
|
| 7 |
-
with open('./
|
| 8 |
css = f.read()
|
| 9 |
|
| 10 |
st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
|
|
|
|
| 4 |
import json
|
| 5 |
import re
|
| 6 |
|
| 7 |
+
with open('./styles.css') as f:
|
| 8 |
css = f.read()
|
| 9 |
|
| 10 |
st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
|