awacke1 commited on
Commit
f4df964
Β·
1 Parent(s): 85c5dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ for word in seven_letters:
79
 
80
 
81
  st.write(clue_result2)
82
- r2score=clueresult2.type
83
  st.write(r2score)
84
  st.write(clue_result3)
85
  st.write(clue_result4)
 
79
 
80
 
81
  st.write(clue_result2)
82
+ r2score=clueresult2.length * 2
83
  st.write(r2score)
84
  st.write(clue_result3)
85
  st.write(clue_result4)