Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -230,4 +230,4 @@ if INTdesc_input and st.button(":blue[Map to SBS codes]", key="run_st_model"): #
|
|
230 |
st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
|
231 |
|
232 |
# Inject the scroll script AFTER the dummy element is added
|
233 |
-
components.html(scroll_script, height=0, width=0
|
|
|
230 |
st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
|
231 |
|
232 |
# Inject the scroll script AFTER the dummy element is added
|
233 |
+
components.html(scroll_script, height=0, width=0)
|