Spaces:
Runtime error
Runtime error
JosephAlexander
commited on
Commit
•
0c393b5
1
Parent(s):
32e676a
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.markdown("### Нет войне!")
|
4 |
-
st.markdown("<img width=400px src='https://media.istockphoto.com/photos/flag-of-ukraine-picture-id1369393690?k=20&m=1369393690&s=612x612&w=0&h=bJVj74TIjODPSUTZ5DYESDiBXRo--QyW9LcD4OkLmN0='>", unsafe_allow_html=True)
|
5 |
-
|
6 |
-
|
7 |
st.markdown("## Paper classification (arxiv.org taxonomy)")
|
8 |
|
9 |
|
@@ -71,4 +67,7 @@ def PrintResults(top95):
|
|
71 |
|
72 |
st.markdown("### Top-95% predicted arxiv.org taxonomy:")
|
73 |
|
74 |
-
PrintResults(Top95(predictions))
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
|
|
|
|
3 |
st.markdown("## Paper classification (arxiv.org taxonomy)")
|
4 |
|
5 |
|
|
|
67 |
|
68 |
st.markdown("### Top-95% predicted arxiv.org taxonomy:")
|
69 |
|
70 |
+
PrintResults(Top95(predictions))
|
71 |
+
|
72 |
+
st.markdown("### Нет войне!")
|
73 |
+
st.markdown("<img width=400px src='https://media.istockphoto.com/photos/flag-of-ukraine-picture-id1369393690?k=20&m=1369393690&s=612x612&w=0&h=bJVj74TIjODPSUTZ5DYESDiBXRo--QyW9LcD4OkLmN0='>", unsafe_allow_html=True)
|