dmahata commited on
Commit
a79ab26
1 Parent(s): a924497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ if src_submit_button:
65
 
66
  score_file = "scores.txt"
67
  else:
68
- st.wrie(
69
  "Target file is not provided or invalid, score will not be calculated"
70
  )
71
 
65
 
66
  score_file = "scores.txt"
67
  else:
68
+ st.write(
69
  "Target file is not provided or invalid, score will not be calculated"
70
  )
71