Skip to content

Commit df82c38

Browse files
committed
Streamlit notes added
1 parent 3cede58 commit df82c38

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
---
2+
title: Streamlit
3+
nav_order: 12
4+
has_children: true
5+
---
6+
17
### Projects that i like
28
- [Dashboard](https://github.com/dataprofessor/dashboard-kit)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Layout
3+
parent: Streamlit
4+
---
5+
16
### Tabs
27
```python
38
tab1, tab2, tab3 = st.tabs(["Cat", "Dog", "Owl"])
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Workflow
3+
parent: Streamlit
4+
---
5+
16
### Stop further execution
27
```python
38
name = st.text_input("Name")

0 commit comments

Comments
 (0)