Towhidul commited on
Commit
bea2071
·
1 Parent(s): 40f4e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -42,12 +42,10 @@ st.caption(':red[At times, you may encounter null/none outputs, which could be a
42
 
43
  # import streamlit as st
44
 
45
- claim_text = st.text_input('Enter your claim:')
46
  # st.write('The claim is', claim_text)
47
 
48
  evidence_text = st.text_input('Enter your evidence:','''Due to the consumers increasingly relying on online retailers, Amazon planned to hire over 99,000 workers in the warehouse and delivery sector during the Pandemic in the USA.''')
49
- # st.write('The evidence is', evidence_text,'''
50
- Amazon announced on March 16 it would hire 100,000 new warehouse and delivery workers and raise wages $ 2 per hour through April in response to increased demand for its services because of the coronavirus pandemic .''')
51
 
52
  import pandas as pd
53
  import numpy as np
 
42
 
43
  # import streamlit as st
44
 
45
+ claim_text = st.text_input('Enter your claim:','''Amazon announced on March 16 it would hire 100,000 new warehouse and delivery workers and raise wages $ 2 per hour through April in response to increased demand for its services because of the coronavirus pandemic .''')
46
  # st.write('The claim is', claim_text)
47
 
48
  evidence_text = st.text_input('Enter your evidence:','''Due to the consumers increasingly relying on online retailers, Amazon planned to hire over 99,000 workers in the warehouse and delivery sector during the Pandemic in the USA.''')
 
 
49
 
50
  import pandas as pd
51
  import numpy as np