Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|