Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thewise
/
ConversationalChain
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
79d2d99
ConversationalChain
/
src
/
main.py
Rohan Kataria
new changes
79d2d99
over 1 year ago
raw
Copy download link
history
blame
Safe
61 Bytes
# main.py
def
greet
(
name
):
return
"Hello "
+ name +
"!!"