Spaces:
Running
Running
Commit
·
1f4c994
1
Parent(s):
7673771
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ hide_streamlit_style = """
|
|
79 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
80 |
|
81 |
ps = st.empty()
|
82 |
-
if st.button("Process"):
|
83 |
if uploaded_file is not None:
|
84 |
if uploaded_file.name.split(".")[-1] in ["xls", "xlsx"]:
|
85 |
|
|
|
79 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
80 |
|
81 |
ps = st.empty()
|
82 |
+
if st.button("Process",type="primary"):
|
83 |
if uploaded_file is not None:
|
84 |
if uploaded_file.name.split(".")[-1] in ["xls", "xlsx"]:
|
85 |
|