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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ if uploaded_file is not None:
180
  with col5: decompose = st.button('Decompose')
181
 
182
  with col6:
183
- with open(uploaded_file.name, 'rb') as f:
184
  res = f.read()
185
  st.markdown("")
186
  st.markdown("")
 
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("")