Spaces:
Runtime error
Runtime error
Update pages/110_PHD Level_Thinking.py
Browse files
pages/110_PHD Level_Thinking.py
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# Title
|
4 |
-
|
5 |
|
6 |
# Descriptions
|
7 |
st.markdown("""
|
8 |
-
|
9 |
-
|
10 |
|
11 |
-
|
12 |
*College Level*
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
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 |
""")
|