Sephfox commited on
Commit
5a205f5
·
verified ·
1 Parent(s): 6caa612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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.")