Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with col1:
|
|
78 |
|
79 |
with col2:
|
80 |
st.write("With Factual Entailment:")
|
81 |
-
st.write("Textual Entailment Model:\n",labels[0]['label])
|
82 |
st.write("Span Detection Model:\n")
|
83 |
st.write(f"{person_name1}::{person_name2}")
|
84 |
|
|
|
78 |
|
79 |
with col2:
|
80 |
st.write("With Factual Entailment:")
|
81 |
+
st.write("Textual Entailment Model:\n",labels[0]['label'])
|
82 |
st.write("Span Detection Model:\n")
|
83 |
st.write(f"{person_name1}::{person_name2}")
|
84 |
|