Spaces:
Sleeping
Sleeping
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** | |
""") | |