singhtech commited on
Commit
65aa4e2
·
verified ·
1 Parent(s): 13fbfb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def main():
226
  # Move the generated files section to the sidebar
227
  with st.sidebar:
228
  st.header('Output_dir :')
229
- files = glob.glob(os.path.join(OUTPUT_DIR,"/", '*'))
230
  for file in files:
231
  if os.path.isfile(file):
232
  with open(file, 'rb') as f:
 
226
  # Move the generated files section to the sidebar
227
  with st.sidebar:
228
  st.header('Output_dir :')
229
+ files = glob.glob(os.path.join(OUTPUT_DIR, '*'))
230
  for file in files:
231
  if os.path.isfile(file):
232
  with open(file, 'rb') as f: