Spaces:
Runtime error
Runtime error
Debugged main page
Browse files
pages/1_Prompt Engineering.py
CHANGED
@@ -43,7 +43,7 @@ if st.session_state.selector == "Free and Easy":
|
|
43 |
default_options = st.multiselect("Select which Prompt Engineering options you are interested in",["Persona Pattern","Question Refinement","Cognitive Verifier",
|
44 |
"Audience Persona","Flipped Interaction", "Few-Shot Prompting","Chain-Of-Thought",
|
45 |
"Reason+Act Prompting","Gameplay Pattern","Template Prompting",
|
46 |
-
"Meta Language
|
47 |
"Outline Expansion"])
|
48 |
|
49 |
else:
|
|
|
43 |
default_options = st.multiselect("Select which Prompt Engineering options you are interested in",["Persona Pattern","Question Refinement","Cognitive Verifier",
|
44 |
"Audience Persona","Flipped Interaction", "Few-Shot Prompting","Chain-Of-Thought",
|
45 |
"Reason+Act Prompting","Gameplay Pattern","Template Prompting",
|
46 |
+
"Meta Language","Recipe Prompting","Alternative Approach",
|
47 |
"Outline Expansion"])
|
48 |
|
49 |
else:
|