jaifar530 commited on
Commit
52b8f4b
·
unverified ·
1 Parent(s): 3d2c2a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -439,7 +439,7 @@ if press_me_button:
439
  # falling_speed=5,
440
  # animation_length="infinite",
441
  # )
442
- elif new_max_cnn_prob == max_cnn_prob and new_max_cnn_prob_name == max_cnn_prob_name:
443
  st.success(f"Most likely written by: **{cnn_name}**", icon="✅")
444
  st.warning(f"**Notice:** The input text has been magnified {amplify} times to better capture its characteristics and patterns.", icon="⚠️")
445
  st.write("_" * 30)
 
439
  # falling_speed=5,
440
  # animation_length="infinite",
441
  # )
442
+ elif new_max_cnn_prob_name == max_cnn_prob_name:
443
  st.success(f"Most likely written by: **{cnn_name}**", icon="✅")
444
  st.warning(f"**Notice:** The input text has been magnified {amplify} times to better capture its characteristics and patterns.", icon="⚠️")
445
  st.write("_" * 30)