Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,15 @@ st.caption(':red[At times, you may encounter null/none outputs, which could be a
|
|
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:'
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
import pandas as pd
|
52 |
import numpy as np
|
|
|
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:','''
|
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
|