Update Cuad_others.py
Browse files- Cuad_others.py +1 -1
Cuad_others.py
CHANGED
|
@@ -46,7 +46,7 @@ def load_questions_short():
|
|
| 46 |
return questions_short
|
| 47 |
|
| 48 |
def quad(query,file):
|
| 49 |
-
with open(file) as f:
|
| 50 |
paragraph = f.read()
|
| 51 |
questions = load_questions()
|
| 52 |
questions_short = load_questions_short()
|
|
|
|
| 46 |
return questions_short
|
| 47 |
|
| 48 |
def quad(query,file):
|
| 49 |
+
with open(file.name) as f:
|
| 50 |
paragraph = f.read()
|
| 51 |
questions = load_questions()
|
| 52 |
questions_short = load_questions_short()
|