Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ topic = st.text_area('Enter your prompt:')
|
|
23 |
# Display selected mode
|
24 |
st.write(f"You selected: {mode}")
|
25 |
|
26 |
-
|
27 |
# Shinobi and Raikage templates
|
28 |
SHINOBI_TEMPLATE = """
|
29 |
-
|
30 |
|
31 |
1. Determine the primary subject area and required expertise level
|
32 |
2. Formulate an expert persona introduction ("You are an expert in [subject]")
|
|
|
23 |
# Display selected mode
|
24 |
st.write(f"You selected: {mode}")
|
25 |
|
26 |
+
|
27 |
# Shinobi and Raikage templates
|
28 |
SHINOBI_TEMPLATE = """
|
29 |
+
Analyze the following user prompt and transform it into an enhanced, structured prompt following these steps:
|
30 |
|
31 |
1. Determine the primary subject area and required expertise level
|
32 |
2. Formulate an expert persona introduction ("You are an expert in [subject]")
|