Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ if uploaded_file:
|
|
61 |
|
62 |
# mmd path
|
63 |
mmd_path = os.path.join('files', output_file)
|
64 |
-
# mmd_path = ./streamlit/files/{output_file}'
|
65 |
|
66 |
with open(input_path, 'wb') as f:
|
67 |
f.write(uploaded_file.getbuffer())
|
|
|
61 |
|
62 |
# mmd path
|
63 |
mmd_path = os.path.join('files', output_file)
|
64 |
+
# mmd_path = './streamlit/files/{output_file}'
|
65 |
|
66 |
with open(input_path, 'wb') as f:
|
67 |
f.write(uploaded_file.getbuffer())
|