Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chatbytes
/
ChatBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chatbytes
commited on
May 19, 2024
Commit
25b948d
·
verified
·
1 Parent(s):
d17191b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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