Physics_BenchMark / pages /110_PHD Level_Thinking.py
eaglelandsonce's picture
Update pages/110_PHD Level_Thinking.py
dbb3f53 verified
raw
history blame
375 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*
*Essentiall, it is not in the all-combinations space and it does not exist on the polytope*
""")