File size: 288 Bytes
4aa4810
 
 
 
 
 
 
 
 
 
0bb083c
4aa4810
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import streamlit as st

# Title
st.title("Levels of Thinking")

# Descriptions
st.markdown("""
### One/Multi-Shot System 1 Thinking
**High School Level**

### One/Multi-Shot System 1/2 Thinking
**College Level**

### One/Multi-Shot System 1/2 Explaining the Unexpected
**PhD Level**
""")