Vishnu-add commited on
Commit
67f5dd4
·
1 Parent(s): 74f61e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -139,6 +139,7 @@ def main():
139
  print(os.getcwd())
140
  st.write(os.getcwd())
141
  cwd = os.getcwd()
 
142
  filepath = cwd+"/uploaded/"+uploaded_file.name
143
  with open(filepath, "wb") as temp_file:
144
  temp_file.write(uploaded_file.read())
 
139
  print(os.getcwd())
140
  st.write(os.getcwd())
141
  cwd = os.getcwd()
142
+ st.write(os.listdir(cwd))
143
  filepath = cwd+"/uploaded/"+uploaded_file.name
144
  with open(filepath, "wb") as temp_file:
145
  temp_file.write(uploaded_file.read())