taskswithcode commited on
Commit
747e065
1 Parent(s): 618a546
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ def app_main(app_mode,example_files,model_name_files):
181
 
182
  step1_line = "Step 1. Upload text file(one sentence in a line) or choose an example text file below"
183
  if (app_mode == DOC_RETRIEVAL):
184
- step1_line += ". The line need is treated as the query"
185
  uploaded_file = st.file_uploader(step1_line, type=".txt")
186
 
187
  selected_file_index = st.selectbox(label=f'Example files ({len(example_file_names)})',
 
181
 
182
  step1_line = "Step 1. Upload text file(one sentence in a line) or choose an example text file below"
183
  if (app_mode == DOC_RETRIEVAL):
184
+ step1_line += ". The first line is treated as the query"
185
  uploaded_file = st.file_uploader(step1_line, type=".txt")
186
 
187
  selected_file_index = st.selectbox(label=f'Example files ({len(example_file_names)})',