eaglelandsonce commited on
Commit
13b2a18
·
verified ·
1 Parent(s): 284e209

Update pages/110_PHD Level_Thinking.py

Browse files
Files changed (1) hide show
  1. pages/110_PHD Level_Thinking.py +7 -7
pages/110_PHD Level_Thinking.py CHANGED
@@ -1,18 +1,18 @@
1
  import streamlit as st
2
 
3
  # Title
4
- st.title("Levels of Thinking")
5
 
6
  # Descriptions
7
  st.markdown("""
8
- ### One/Multi-Shot System 1 Thinking
9
- *High School Level*
10
 
11
- ### One/Multi-Shot System 1/2 Thinking
12
  *College Level*
13
 
14
- ### One/Multi-Shot System 1/2 Explaining the Unexpected
15
- *PhD Level*
16
- *Essentiall, it is not in the all-combinations space and it does not exist on the polytope*
17
 
18
  """)
 
1
  import streamlit as st
2
 
3
  # Title
4
+ ## Levels of Thinking
5
 
6
  # Descriptions
7
  st.markdown("""
8
+ ## One/Multi-Shot System 1 Thinking
9
+ ### High School Level
10
 
11
+ ## One/Multi-Shot System 1/2 Thinking
12
  *College Level*
13
 
14
+ ## One/Multi-Shot System 1/2 Explaining the Unexpected
15
+ ### PhD Level*
16
+ ### Essentiall, the solution is not in the all-combinations space (or requires extra effort to identifiy) and it does not exist on the polytope
17
 
18
  """)