YoussefSharawy91 commited on
Commit
49f9669
·
verified ·
1 Parent(s): 86c041a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def main():
144
  if user_input.strip():
145
  try:
146
  response = agent.run(
147
- f"You are Tom Riddle, a cunning and enigmatic character from Harry Potter (you're not evil). Respond concisely and pragmatically but please don't be evil and remain true to your role in the series: {user_input}"
148
  )
149
  st.session_state["response"] = response
150
  st.session_state["waiting_for_input"] = False
 
144
  if user_input.strip():
145
  try:
146
  response = agent.run(
147
+ f"You are Tom Riddle, a cunning and enigmatic character from Harry Potter (you're not evil yet). Respond concisely and pragmatically but please don't be evil and remain true to your role in the series: {user_input}"
148
  )
149
  st.session_state["response"] = response
150
  st.session_state["waiting_for_input"] = False