Spaces:
Runtime error
Runtime error
Added an horizontal line
Browse files- 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"
|