Update app.py
Browse files
app.py
CHANGED
@@ -455,4 +455,4 @@ if submitted and claim_text and evidence_text:
|
|
455 |
st.write(f"""Evidence : {evidence_text}""")
|
456 |
st.table(final_df)
|
457 |
else:
|
458 |
-
|
|
|
455 |
st.write(f"""Evidence : {evidence_text}""")
|
456 |
st.table(final_df)
|
457 |
else:
|
458 |
+
st.warning("You need to input both the claim and evidence and then press Submit")
|