Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ person_name2 = extract_person_names(selected_sentence2)
|
|
| 71 |
|
| 72 |
st.write("Result:", prediction)
|
| 73 |
|
| 74 |
-
col1, col2 = st.
|
| 75 |
|
| 76 |
with col1:
|
| 77 |
st.write("Without Factual Entailment:",prediction)
|
|
|
|
| 71 |
|
| 72 |
st.write("Result:", prediction)
|
| 73 |
|
| 74 |
+
col1, col2 = st.columns(2)
|
| 75 |
|
| 76 |
with col1:
|
| 77 |
st.write("Without Factual Entailment:",prediction)
|