Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mafzaal
/
lets_talk
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
af85e91
lets_talk
/
main.py
mafzaal
Initialize project structure with main application file, pyproject configuration, and .gitignore for Python environment.
e7d283a
2 months ago
raw
Copy download link
history
blame
87 Bytes
def
main
():
print
(
"Hello from lets-talk!"
)
if
__name__ ==
"__main__"
:
main()