Update
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def main():
|
|
59 |
st.write(" ".join(labels))
|
60 |
|
61 |
st.write("JSON:")
|
62 |
-
st.
|
63 |
|
64 |
except Exception as e:
|
65 |
st.error("Some error occured!" + str(e))
|
|
|
59 |
st.write(" ".join(labels))
|
60 |
|
61 |
st.write("JSON:")
|
62 |
+
st.json(getDictFromPOS(texts, labels))
|
63 |
|
64 |
except Exception as e:
|
65 |
st.error("Some error occured!" + str(e))
|