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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ questions = load_questions()
127
  contracts = load_contracts()
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]
 
127
  contracts = load_contracts()
128
  contract = contracts[0]
129
 
130
+ st.header("Question Answering in Contract Understanding Atticus Dataset (CUAD)")
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]