tistabaulopez commited on
Commit
034a362
·
verified ·
1 Parent(s): e246597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,8 +67,7 @@ if __name__ == "__main__":
67
  # Define the experiment loop
68
  initial_question = "What happens in the space between a response and its recreation?"
69
  result = experiment_loop(initial_question)
70
-
71
- print(result)
72
 
73
  You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.
74
 
 
67
  # Define the experiment loop
68
  initial_question = "What happens in the space between a response and its recreation?"
69
  result = experiment_loop(initial_question)
70
+ print(result)
 
71
 
72
  You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.
73