chatbytes commited on
Commit
25b948d
·
verified ·
1 Parent(s): d17191b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def text_extract(file):
40
  )
41
  result=qa.invoke("where is tajmahal")
42
 
43
- return result['result']
44
 
45
 
46
 
 
40
  )
41
  result=qa.invoke("where is tajmahal")
42
 
43
+ return 'hi'
44
 
45
 
46