Spaces:
Runtime error
Runtime error
Commit
·
1eae737
1
Parent(s):
00c8f90
debug
Browse files- st_helpers.py +1 -1
st_helpers.py
CHANGED
@@ -17,7 +17,7 @@ def make_header():
|
|
17 |
components.html(f"<style>{header_style_css}</style>{header_html}<script>{header_animate_js}</script>", height=260)
|
18 |
st.markdown(meta_html, unsafe_allow_html=True)
|
19 |
st.markdown(f"<style>{content_style_css}</style>", unsafe_allow_html=True) # apply css to the rest of the document
|
20 |
-
st.markdown('''
|
21 |
console.log("123");
|
22 |
var app = document.getElementsByClassName("stApp")[0];
|
23 |
app.style.height = "99999px";
|
|
|
17 |
components.html(f"<style>{header_style_css}</style>{header_html}<script>{header_animate_js}</script>", height=260)
|
18 |
st.markdown(meta_html, unsafe_allow_html=True)
|
19 |
st.markdown(f"<style>{content_style_css}</style>", unsafe_allow_html=True) # apply css to the rest of the document
|
20 |
+
st.markdown('''<script>
|
21 |
console.log("123");
|
22 |
var app = document.getElementsByClassName("stApp")[0];
|
23 |
app.style.height = "99999px";
|