bllin001 commited on
Commit
069d597
1 Parent(s): 5f90c3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())