hassiahk commited on
Commit
0fedd5e
β€’
1 Parent(s): 8a5dee8

Added an horizontal line

Browse files
Files changed (1) hide show
  1. apps/classifier.py +1 -0
apps/classifier.py CHANGED
@@ -65,6 +65,7 @@ def app():
65
  st.markdown("## Predicted Label: `{}`".format(result[0]["label"]))
66
  st.markdown("## Confidence: `{}`%".format(round(result[0]["score"], 3) * 100))
67
 
 
68
  st.markdown(
69
  "❓ Can't figure out where to get a sample text other than the predefined ones? ❓\n"
70
  "\n"
65
  st.markdown("## Predicted Label: `{}`".format(result[0]["label"]))
66
  st.markdown("## Confidence: `{}`%".format(round(result[0]["score"], 3) * 100))
67
 
68
+ st.markdown("- - -")
69
  st.markdown(
70
  "❓ Can't figure out where to get a sample text other than the predefined ones? ❓\n"
71
  "\n"