Spaces:
Build error
Build error
Nazneen Rajani
commited on
Commit
·
f880ec5
1
Parent(s):
a925ad1
Update app.py
Browse files
app.py
CHANGED
@@ -129,11 +129,6 @@ if __name__ == "__main__":
|
|
129 |
img = load_title()
|
130 |
st.sidebar.image(img,width=400)
|
131 |
st.sidebar.warning("Data is not permanently collected or stored from your interactions, but is temporarily cached during usage.")
|
132 |
-
st.markdown('''
|
133 |
-
<a href="javascript:document.getElementsByClassName('css-1rs6os edgvbvh3')[1].click();">
|
134 |
-
<img src="./assets/img/info.png" style="width:30px;height:30px;"/>
|
135 |
-
</a>
|
136 |
-
''', unsafe_allow_html=True)
|
137 |
|
138 |
# load model card data
|
139 |
errors = st.sidebar.checkbox("Show Warnings", value=True)
|
|
|
129 |
img = load_title()
|
130 |
st.sidebar.image(img,width=400)
|
131 |
st.sidebar.warning("Data is not permanently collected or stored from your interactions, but is temporarily cached during usage.")
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
# load model card data
|
134 |
errors = st.sidebar.checkbox("Show Warnings", value=True)
|