systash commited on
Commit
c2a0255
1 Parent(s): 08e9fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -6,6 +6,10 @@ import streamlit.components.v1 as components
6
 
7
  import streamlit.components.v1 as components
8
 
 
 
 
 
9
  with st.beta_container():
10
  components.html('<iframe src="https://huggingface.co/models" scrolling="yes" frameborder="0" style="border: none; width: 100%; height: 800px;"></iframe>', height=800)
11
 
 
6
 
7
  import streamlit.components.v1 as components
8
 
9
+ with st.beta_container():
10
+ components.html(open("huggingface.html").read(), height=800)
11
+
12
+
13
  with st.beta_container():
14
  components.html('<iframe src="https://huggingface.co/models" scrolling="yes" frameborder="0" style="border: none; width: 100%; height: 800px;"></iframe>', height=800)
15