EricBoi commited on
Commit
b3fbae8
·
1 Parent(s): 37127b0
Files changed (1) hide show
  1. app.py +6 -0
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
+