Spaces:
Running
Running
Commit
·
9e785e4
1
Parent(s):
fd4da91
checking st version
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ hide_streamlit_style = """
|
|
76 |
</style>
|
77 |
"""
|
78 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
79 |
-
|
80 |
ps = st.empty()
|
81 |
if st.button("Process",type="primary"):
|
82 |
cancel_button=st.empty()
|
|
|
76 |
</style>
|
77 |
"""
|
78 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
79 |
+
st.write(st.__version__)
|
80 |
ps = st.empty()
|
81 |
if st.button("Process",type="primary"):
|
82 |
cancel_button=st.empty()
|