Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,4 +62,4 @@ def generate_final_output(log):
|
|
| 62 |
# Iniciar el experimento
|
| 63 |
initial_question = "What happens in the space between a response and its recreation?"
|
| 64 |
result = experiment_loop(initial_question)
|
| 65 |
-
print(result)
|
|
|
|
| 62 |
# Iniciar el experimento
|
| 63 |
initial_question = "What happens in the space between a response and its recreation?"
|
| 64 |
result = experiment_loop(initial_question)
|
| 65 |
+
print(result)
|