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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -45,13 +45,9 @@ st.caption(':red[At times, you may encounter null/none outputs, which could be a
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:','''
49
- 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.
50
- ''',on_change=False)
51
- # st.write('The evidence is', evidence_text,
52
- '''
53
- 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 .
54
- ''',on_change=False)
55
 
56
  import pandas as pd
57
  import numpy as np
 
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