Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
•
747e065
1
Parent(s):
618a546
Typo
Browse files
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
|
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)})',
|