Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amit
/
Test01
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Amit
commited on
Apr 21, 2022
Commit
e8e589e
·
1 Parent(s):
f14967e
Upload Pipfile
Browse files
Files changed (1)
hide
show
Pipfile
+12
-0
Pipfile
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
[[source]]
2
+
url = "https://pypi.org/simple"
3
+
verify_ssl = true
4
+
name = "pypi"
5
+
6
+
[packages]
7
+
streamlit = "*"
8
+
9
+
[dev-packages]
10
+
11
+
[requires]
12
+
python_version = "3.9"