Update app.py
Browse files
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(
|
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("")
|