muhtasham commited on
Commit
6c3bf25
·
1 Parent(s): 6752697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ contracts = load_contracts()
128
  contract = contracts[0]
129
 
130
  st.header("Question Answering in CUAD (Contract Understanding Atticus Dataset)")
131
-
132
  selected_question = st.selectbox('Choose one of the queries from the CUAD dataset or write a legal contract and see if the model can answer correctly. The model only supports English Language:', questions)
133
  question_set = [questions[0], selected_question]
134
  contract_type = st.radio("Select Contract", ("Sample Contract", "New Contract"))
 
128
  contract = contracts[0]
129
 
130
  st.header("Question Answering in CUAD (Contract Understanding Atticus Dataset)")
131
+ st.image("contract_review.png")
132
  selected_question = st.selectbox('Choose one of the queries from the CUAD dataset or write a legal contract and see if the model can answer correctly. The model only supports English Language:', questions)
133
  question_set = [questions[0], selected_question]
134
  contract_type = st.radio("Select Contract", ("Sample Contract", "New Contract"))