app.py
CHANGED
|
@@ -164,3 +164,9 @@ print(data)
|
|
| 164 |
st.html(data)
|
| 165 |
st.html(data.strip("\n"))
|
| 166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
st.html(data)
|
| 165 |
st.html(data.strip("\n"))
|
| 166 |
|
| 167 |
+
import streamlit.components.v1 as components
|
| 168 |
+
|
| 169 |
+
components.html("example")
|
| 170 |
+
|
| 171 |
+
components.html(data)
|
| 172 |
+
|