Update pages/type_text.py
Browse files- pages/type_text.py +2 -2
pages/type_text.py
CHANGED
@@ -226,5 +226,5 @@ if INTdesc_input is not None and st.button(":blue[Map to SBS codes]", key="run_s
|
|
226 |
jsonbutton = st.download_button(label="📥 Download .json", data=convert_json(dfALL), file_name= "results.json", mime='application/json', key='json_b')
|
227 |
|
228 |
# Add a dummy element at the bottom
|
229 |
-
st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
|
230 |
-
components.html(scroll_script, height=0, width=0)
|
|
|
226 |
jsonbutton = st.download_button(label="📥 Download .json", data=convert_json(dfALL), file_name= "results.json", mime='application/json', key='json_b')
|
227 |
|
228 |
# Add a dummy element at the bottom
|
229 |
+
# st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
|
230 |
+
# components.html(scroll_script, height=0, width=0)
|