Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- README.md +17 -0
- requirements.txt +5 -0
README.md
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: My Streamlit Project
|
| 3 |
+
emoji: 🔥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
python_version: '3.10'
|
| 8 |
+
tags:
|
| 9 |
+
- streamlit
|
| 10 |
+
- data-visualization
|
| 11 |
+
app_file: app.py
|
| 12 |
+
sdk_version: 1.38.0
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## 📜 **License**
|
| 16 |
+
|
| 17 |
+
Licensed under the MIT License. See the LICENSE file for more details. If you don't like the license, well... good luck changing it! 😄
|
requirements.txt
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
sentence-transformers
|
| 3 |
+
transformers
|
| 4 |
+
datasets
|
| 5 |
+
torch
|