Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mattoofahad
/
simple-chat-bot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
21aa535
simple-chat-bot
/
app.py
Fahad Mattoo
Discord hook (#16)
5301790
unverified
about 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
"""this is the base app"""
from
src
import
main
if
__name__ ==
"__main__"
:
main()