Update
Browse files
app.py
CHANGED
@@ -55,10 +55,10 @@ def main():
|
|
55 |
|
56 |
texts, labels = getPos(s)
|
57 |
|
58 |
-
st.
|
59 |
st.write(" ".join(labels))
|
60 |
|
61 |
-
st.
|
62 |
st.json(getDictFromPOS(texts, labels))
|
63 |
|
64 |
except Exception as e:
|
|
|
55 |
|
56 |
texts, labels = getPos(s)
|
57 |
|
58 |
+
st.header("Labels:")
|
59 |
st.write(" ".join(labels))
|
60 |
|
61 |
+
st.header("JSON:")
|
62 |
st.json(getDictFromPOS(texts, labels))
|
63 |
|
64 |
except Exception as e:
|