hruday96 commited on
Commit
f8bbc6c
·
verified ·
1 Parent(s): e0d6f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ##Analyze the following user prompt and transform it into an enhanced, structured prompt following these steps:
27
  # Shinobi and Raikage templates
28
  SHINOBI_TEMPLATE = """
29
- Your task is to Analyze the following user prompt and transform it into an enhanced, structured prompt following these key elements:
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]")