Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TomacGonz
/
fintech-coop-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TomacGonz
commited on
Mar 5
Commit
80a1864
路
verified
路
1 Parent(s):
c4fea9e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
# Este archivo existe para que Hugging Face reconozca la aplicaci贸n.
2
+
# El servidor real corre v铆a Dockerfile usando Django.
3
+
print("Iniciando backend de Django...")