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