Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -369,4 +369,8 @@ if canvas_result.json_data is not None:
|
|
369 |
"neural_response": neural_response
|
370 |
}
|
371 |
filename = save_interaction(interaction_data)
|
372 |
-
st.write(f"
|
|
|
|
|
|
|
|
|
|
369 |
"neural_response": neural_response
|
370 |
}
|
371 |
filename = save_interaction(interaction_data)
|
372 |
+
st.write(f"Interaction data saved to: {filename}")
|
373 |
+
else:
|
374 |
+
st.write("No touch interaction detected.")
|
375 |
+
else:
|
376 |
+
st.write("No touch interaction detected.")
|