Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -6
src/streamlit_app.py
CHANGED
@@ -89,12 +89,12 @@ For any errors or inquiries, please contact us at [email protected]""")
|
|
89 |
with st.sidebar:
|
90 |
st.write("Use the following code to embed the MediaTagger web app on your website. Feel free to adjust the width and height values to fit your page.")
|
91 |
code = '''
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
'''
|
99 |
st.code(code, language="html")
|
100 |
st.text("")
|
|
|
89 |
with st.sidebar:
|
90 |
st.write("Use the following code to embed the MediaTagger web app on your website. Feel free to adjust the width and height values to fit your page.")
|
91 |
code = '''
|
92 |
+
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
|
97 |
+
|
98 |
'''
|
99 |
st.code(code, language="html")
|
100 |
st.text("")
|