Update app.py
Browse files
app.py
CHANGED
@@ -180,8 +180,8 @@ if uploaded_file is not None:
|
|
180 |
with col5: decompose = st.button('Decompose')
|
181 |
|
182 |
with col6:
|
183 |
-
with open("blank.txt", '
|
184 |
-
|
185 |
st.markdown("")
|
186 |
st.markdown("")
|
187 |
# st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
|
|
|
180 |
with col5: decompose = st.button('Decompose')
|
181 |
|
182 |
with col6:
|
183 |
+
with open("blank.txt", 'w') as f: pass
|
184 |
+
with open("blank.txt", 'rb') as f: res = f.read()
|
185 |
st.markdown("")
|
186 |
st.markdown("")
|
187 |
# st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
|