Towhidul commited on
Commit
84c9a1d
·
verified ·
1 Parent(s): d3ba6a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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