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
6722164
·
verified
·
1 Parent(s):
475a69e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,7 +47,7 @@ def response_from_bot(text_splitter):
47
except:
48
result['result']="hir"
49
50
-
return
result[
'result'
]
;
51
52
53
47
except:
48
result['result']="hir"
49
50
+
return 'result';
51
52
53