Towhidul commited on
Commit
b0e98cc
·
1 Parent(s): 9d334f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -739,8 +739,8 @@ if claim_text and evidence_text:
739
  final_df['When Claims'] = output3 + [''] * (max_rows - len(output3))
740
  final_df['Where Claims'] = output4 + [''] * (max_rows - len(output4))
741
  final_df['Why Claims'] = output5 + [''] * (max_rows - len(output5))
742
- st.write(f"""Claim : \n {claim_text}""")
743
- st.write(f"""Evidence : \n {evidence_text}""")
744
  st.table(final_df)
745
  # st.write(df["claim"])
746
  # st.write(df["evidence"])
 
739
  final_df['When Claims'] = output3 + [''] * (max_rows - len(output3))
740
  final_df['Where Claims'] = output4 + [''] * (max_rows - len(output4))
741
  final_df['Why Claims'] = output5 + [''] * (max_rows - len(output5))
742
+ st.write(f"""Claim : {claim_text}""")
743
+ st.write(f"""Evidence : {evidence_text}""")
744
  st.table(final_df)
745
  # st.write(df["claim"])
746
  # st.write(df["evidence"])