Spaces:
Sleeping
Sleeping
Update pages/Graphs.py
Browse files- pages/Graphs.py +1 -1
pages/Graphs.py
CHANGED
|
@@ -16,7 +16,7 @@ custom_styles = """
|
|
| 16 |
# Render custom styles
|
| 17 |
st.markdown(custom_styles, unsafe_allow_html=True)
|
| 18 |
# Load your existing HTML file
|
| 19 |
-
with open("
|
| 20 |
html_content = file.read()
|
| 21 |
|
| 22 |
# st.markdown(html_content, unsafe_allow_html=True)
|
|
|
|
| 16 |
# Render custom styles
|
| 17 |
st.markdown(custom_styles, unsafe_allow_html=True)
|
| 18 |
# Load your existing HTML file
|
| 19 |
+
with open("output.html", "r", encoding="utf-8") as file:
|
| 20 |
html_content = file.read()
|
| 21 |
|
| 22 |
# st.markdown(html_content, unsafe_allow_html=True)
|