Spaces:
Sleeping
Sleeping
final change to app
Browse files- streamlit.py +0 -1
streamlit.py
CHANGED
|
@@ -93,5 +93,4 @@ with open('slides.html','r') as f:
|
|
| 93 |
html_data = f.read()
|
| 94 |
|
| 95 |
## Show in webpage
|
| 96 |
-
st.header("Show an external HTML")
|
| 97 |
st.components.v1.html(html_data,height=1500)
|
|
|
|
| 93 |
html_data = f.read()
|
| 94 |
|
| 95 |
## Show in webpage
|
|
|
|
| 96 |
st.components.v1.html(html_data,height=1500)
|