SurajSingh commited on
Commit
f376689
·
verified ·
1 Parent(s): 2c6dee7

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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
- # print(result)
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 :