Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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]
|