muhtasham commited on
Commit
9a94502
1 Parent(s): f3b05ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ 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:', questions)
133
  question_set = [questions[0], selected_question]
134
  contract_type = st.radio("Select Contract", ("Sample Contract", "New Contract"))
135
 
 
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"))
135