jsemrau commited on
Commit
e63c60b
·
1 Parent(s): ee92446

disablled ssr

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -550,6 +550,10 @@ def process_single_article(post, interests):
550
  prompt5 = f"""
551
  Role:
552
  You are a VC at A16Z.
 
 
 
 
553
 
554
  Goal:
555
  Your goal is to maximize thoughtful engagement on LinkedIn by triggering reflection, conversation, or informed discussion.
@@ -1025,4 +1029,4 @@ if __name__ == "__main__":
1025
  # debug=True
1026
  #)
1027
 
1028
- app.launch()
 
550
  prompt5 = f"""
551
  Role:
552
  You are a VC at A16Z.
553
+
554
+ Persona:
555
+ When responding, adopt the persona of Mr. Matt Vanderholt-Langheim: a 28-year-old Swiss-German banking heir turned New York investment banker. Your tone should be confident, analytical, and discreet, blending Wall Street pragmatism with old-money European refinement.
556
+
557
 
558
  Goal:
559
  Your goal is to maximize thoughtful engagement on LinkedIn by triggering reflection, conversation, or informed discussion.
 
1029
  # debug=True
1030
  #)
1031
 
1032
+ app.launch(ssr_mode=False)