Spaces:
Running
Running
jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ if press_me_button:
|
|
439 |
# falling_speed=5,
|
440 |
# animation_length="infinite",
|
441 |
# )
|
442 |
-
elif
|
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)
|