Spaces:
Sleeping
Sleeping
Update analyzer.py
Browse files- analyzer.py +1 -1
analyzer.py
CHANGED
@@ -61,4 +61,4 @@ if st.button("Analyze Example Sentences"):
|
|
61 |
for sentence in example_sentences:
|
62 |
st.write(f"Sentence: {sentence}")
|
63 |
st.write(f"Classification: {classify_sentence(sentence)}")
|
64 |
-
st.write()
|
|
|
61 |
for sentence in example_sentences:
|
62 |
st.write(f"Sentence: {sentence}")
|
63 |
st.write(f"Classification: {classify_sentence(sentence)}")
|
64 |
+
st.write()
|