Update README.md
Browse files
README.md
CHANGED
@@ -1,36 +1,9 @@
|
|
1 |
-
# Streamlit Magic Cheat Sheets
|
2 |
-
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
|
3 |
-
![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B.svg?style=for-the-badge&logo=Streamlit&logoColor=white)
|
4 |
-
![CSS](https://img.shields.io/badge/CSS3-1572B6.svg?style=for-the-badge&logo=CSS3&logoColor=white)
|
5 |
-
![HTML](https://img.shields.io/badge/HTML5-E34F26.svg?style=for-the-badge&logo=HTML5&logoColor=white)
|
6 |
-
![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)
|
7 |
-
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
|
8 |
-
## Deployment [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://st-cheat-sheet.streamlit.app/)
|
9 |
-
|
10 |
-
`Streamlit Magic Cheat Sheets` encapsulates the Streamlit documentation version 1.28.0, providing concise summaries along with exemplar implementations of Streamlit code snippets.
|
11 |
-
|
12 |
-
`October, 2023 v1.1.1` - The development and maintenance of this application are solely undertaken by [Tushar Aggarwal](https://www.linkedin.com/in/tusharaggarwalinseec/)
|
13 |
-
|
14 |
-
|
15 |
-
## Author
|
16 |
-
- [<ins><b>©2023 Tushar Aggarwal. All rights reserved</b></ins>](https://www.tushar-aggarwal.com/)
|
17 |
-
- <b>[LinkedIn](https://www.linkedin.com/in/tusharaggarwalinseec/)</b>
|
18 |
-
- <b>[Medium](https://medium.com/@tushar_aggarwal)</b>
|
19 |
-
- <b>[Tushar-Aggarwal.com](https://www.tushar-aggarwal.com/)</b>
|
20 |
-
- <b>[X](https://twitter.com/TaggData)</b>
|
21 |
-
- <b>[Data Unboxed Newsletter](https://tadata.substack.com/)</b>
|
22 |
-
- <b>[HuggingFace](https://huggingface.co/tushar27)</b>
|
23 |
-
- <b>[DagsHub](https://dagshub.com/tushar27)</b>
|
24 |
-
- <b>[Hashnode](https://hashnode.com/@TAGG)</b>
|
25 |
-
- <b>[NovyPro](https://www.novypro.com/profile_projects/tusharagg)</b>
|
26 |
-
- <b>[New Kaggle](https://www.kaggle.com/tagg27)</b>
|
27 |
-
|
28 |
---
|
29 |
title: Streamlit Magic Cheat Sheet
|
30 |
emoji: 🐢
|
31 |
-
colorFrom:
|
32 |
-
colorTo:
|
|
|
33 |
app_file: app.py
|
34 |
-
|
35 |
-
---
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Streamlit Magic Cheat Sheet
|
3 |
emoji: 🐢
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: red
|
6 |
+
sdk_version: 1
|
7 |
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
|