Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
casedone
/
MFLF-Demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MFLF-Demo
/
src
/
main.py
gkijkul
more graph setup, comments on how the flow should work
6f25479
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
# from chatbot.graph_manager
def
main
():
print
(
"Hello, World!"
)
if
__name__ ==
"__main__"
:
main()