Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Python & HuggingFace Explorer
|
2 |
|
3 |
A Streamlit-based demonstration platform for showcasing Python scripts and Hugging Face datasets with interactive visualization.
|
@@ -59,4 +71,4 @@ The application uses a custom styling inspired by Hugging Face:
|
|
59 |
|
60 |
## License
|
61 |
|
62 |
-
This project is open source and available under the MIT License.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: PythonScriptShowcase
|
4 |
+
sdk: streamlit
|
5 |
+
emoji: 🐨
|
6 |
+
colorFrom: yellow
|
7 |
+
colorTo: purple
|
8 |
+
pinned: true
|
9 |
+
thumbnail: >-
|
10 |
+
https://cdn-uploads.huggingface.co/production/uploads/67bda0d043caf793e7275aac/LHgKS_jFqdZcvFfUSt00W.png
|
11 |
+
short_description: 'Python scripts and Hugging Face datasets '
|
12 |
+
---
|
13 |
# Python & HuggingFace Explorer
|
14 |
|
15 |
A Streamlit-based demonstration platform for showcasing Python scripts and Hugging Face datasets with interactive visualization.
|
|
|
71 |
|
72 |
## License
|
73 |
|
74 |
+
This project is open source and available under the MIT License.
|