Spaces:
Sleeping
Sleeping
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -72,7 +72,7 @@ async def question_input_root(request: Request):
|
|
72 |
async def question_awnser(request: Request , questionInput: str = Form(...)):
|
73 |
# print("hi im in subject gen", paragraphInput )
|
74 |
result = qa_gen.question_awnser(questionInput)
|
75 |
-
|
76 |
if(len(result)>1):
|
77 |
awnser = result
|
78 |
else :
|
|
|
72 |
async def question_awnser(request: Request , questionInput: str = Form(...)):
|
73 |
# print("hi im in subject gen", paragraphInput )
|
74 |
result = qa_gen.question_awnser(questionInput)
|
75 |
+
print(result)
|
76 |
if(len(result)>1):
|
77 |
awnser = result
|
78 |
else :
|