Physics_BenchMark / pages /110_PHD Level_Thinking.py
eaglelandsonce's picture
Update pages/110_PHD Level_Thinking.py
0bb083c verified
raw
history blame
288 Bytes
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**
""")