Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def process_inputs(llm, file, relevance, diversity):
|
|
171 |
return "No questions provided.", None
|
172 |
|
173 |
return "Processing complete. Download the file below.", output_file
|
174 |
-
|
175 |
|
176 |
text_list = []
|
177 |
|
|
|
171 |
return "No questions provided.", None
|
172 |
|
173 |
return "Processing complete. Download the file below.", output_file
|
174 |
+
|
175 |
|
176 |
text_list = []
|
177 |
|