Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmetdogan47
/
english-learning
like
1
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
ahmetdogan47
commited on
May 8, 2024
Commit
32706c6
·
verified
·
1 Parent(s):
9b6bba5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import os
2
-
path = os.environ.get('
PATH
')
3
# Online dosyanın URL'si
4
url = path
5
1
import os
2
+
path = os.environ.get('
url_xyz
')
3
# Online dosyanın URL'si
4
url = path
5