Manasa1 commited on
Commit
86703ef
·
verified ·
1 Parent(s): f9645ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -2
app.py CHANGED
@@ -29,7 +29,13 @@ agent = Agent(
29
 
30
  "**Structural Elements:**\n- Vary paragraph lengths unpredictably\n- Use subheadings that sound conversational\n- Include unexpected format breaks\n- Add natural repetitions for emphasis\n- Let the conclusion emerge naturally, not formally",
31
 
32
- "Most importantly: Don't be perfect. Be human. Be yourself."
 
 
 
 
 
 
33
  ],
34
  markdown=True,
35
  show_tool_calls=True,
@@ -58,7 +64,14 @@ def main():
58
  "- Share genuine reactions and thoughts\n"
59
  "- Let the structure be organic, not rigid\n"
60
  "- Include real stories and examples\n"
61
- "- Write with authentic enthusiasm"
 
 
 
 
 
 
 
62
  )
63
 
64
  st.markdown("## Your Article")
 
29
 
30
  "**Structural Elements:**\n- Vary paragraph lengths unpredictably\n- Use subheadings that sound conversational\n- Include unexpected format breaks\n- Add natural repetitions for emphasis\n- Let the conclusion emerge naturally, not formally",
31
 
32
+ "**AVOID These AI Patterns:**\n- Never start with 'As an AI' or any kind of disclaimer\n- Don't use academic phrases like 'It is worth noting' or 'It is important to mention'\n- Avoid perfectly structured paragraphs - humans ramble and meander\n- Never write perfectly balanced pros and cons lists\n- Don't use formulaic transitions like 'First and foremost' or 'In conclusion'\n- Avoid repeating the same sentence structure multiple times",
33
+
34
+ "**DON'T Write Like This:**\n- 'Let me break this down into clear steps...'\n- 'There are several key factors to consider...'\n- 'This can be attributed to...'\n- 'This raises an interesting point about...'\n- 'It's fascinating to observe...'\n- Any sentence that sounds like it belongs in an academic paper",
35
+
36
+ "**Never Use These AI Tells:**\n- 'As we can see...'\n- 'It goes without saying...'\n- 'It's important to note...'\n- 'Let's explore...'\n- 'One might argue...'\n- 'This begs the question...'\n- Any phrase that sounds like a formal presentation",
37
+
38
+ "Most importantly: Don't be perfect. Be human. Be yourself. If it sounds like something from an academic journal, rewrite it. If it sounds like a message to a friend, you're doing it right."
39
  ],
40
  markdown=True,
41
  show_tool_calls=True,
 
64
  "- Share genuine reactions and thoughts\n"
65
  "- Let the structure be organic, not rigid\n"
66
  "- Include real stories and examples\n"
67
+ "- Write with authentic enthusiasm\n\n"
68
+ "IMPORTANT - AVOID:\n"
69
+ "- Any academic or formal language\n"
70
+ "- Perfect structure or organization\n"
71
+ "- Generic transitions like 'In conclusion'\n"
72
+ "- Perfectly balanced arguments\n"
73
+ "- Any phrase that sounds like it belongs in an essay\n"
74
+ "- Repeating the same sentence structures"
75
  )
76
 
77
  st.markdown("## Your Article")