DrishtiSharma commited on
Commit
099f4d6
·
verified ·
1 Parent(s): 552b3c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ example_questions = [
80
  ]
81
 
82
  # File Selection Section
83
- source_files = glob("source/*.txt")
84
  selected_files = st.multiselect("Select files from the source directory:", source_files, default=source_files[:2])
85
 
86
  uploaded_files = st.file_uploader("Or upload your TXT files:", accept_multiple_files=True, type=['txt'])
 
80
  ]
81
 
82
  # File Selection Section
83
+ source_files = glob("sources/*.txt")
84
  selected_files = st.multiselect("Select files from the source directory:", source_files, default=source_files[:2])
85
 
86
  uploaded_files = st.file_uploader("Or upload your TXT files:", accept_multiple_files=True, type=['txt'])