ibibek commited on
Commit
9cd4e94
·
1 Parent(s): b1fb527

Update pages/2_Auto_Generate_Plan_and_Personas.py

Browse files
pages/2_Auto_Generate_Plan_and_Personas.py CHANGED
@@ -40,4 +40,5 @@ if OpenAI_Key:
40
  nkeywords= st.text_area("You can pass keywords to exclude from the example generation", "honeypot")
41
  personas = ex.auto_generate(planSize=5, keywords=keywords,nkeywords=nkeywords, contextPrompt= ex.description)
42
  st.subheader("Persona based on the existing description provided in the deception plan")
43
- st.write( ex.persona_descriptions)
 
 
40
  nkeywords= st.text_area("You can pass keywords to exclude from the example generation", "honeypot")
41
  personas = ex.auto_generate(planSize=5, keywords=keywords,nkeywords=nkeywords, contextPrompt= ex.description)
42
  st.subheader("Persona based on the existing description provided in the deception plan")
43
+ _ = ex.generate_personas()
44
+ st.write( ex.persona_descriptions )