Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -2
src/streamlit_app.py
CHANGED
|
@@ -46,8 +46,7 @@ with st.sidebar:
|
|
| 46 |
width="850"
|
| 47 |
height="450"
|
| 48 |
></iframe>
|
| 49 |
-
|
| 50 |
-
|
| 51 |
'''
|
| 52 |
st.code(code, language="html")
|
| 53 |
st.text("")
|
|
|
|
| 46 |
width="850"
|
| 47 |
height="450"
|
| 48 |
></iframe>
|
| 49 |
+
|
|
|
|
| 50 |
'''
|
| 51 |
st.code(code, language="html")
|
| 52 |
st.text("")
|