Plsek commited on
Commit
82ebf6e
·
1 Parent(s): fe7deb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", 'wrb') as f:
184
- res = f.read()
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)