Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,19 +49,6 @@ questions = load_questions()
|
|
| 49 |
questions_short = load_questions_short()
|
| 50 |
# contracts = load_contracts()
|
| 51 |
|
| 52 |
-
### DEFINE SIDEBAR
|
| 53 |
-
st.sidebar.title("Interactive Contract Analysis")
|
| 54 |
-
st.sidebar.markdown(
|
| 55 |
-
"""
|
| 56 |
-
This model uses a pretrained snapshot trained on the [Atticus](https://www.atticusprojectai.org/) Dataset - CUAD
|
| 57 |
-
|
| 58 |
-
Model used for this demo: https://huggingface.co/marshmellow77/roberta-base-cuad
|
| 59 |
-
|
| 60 |
-
Related blog posts:
|
| 61 |
-
- https://bit.ly/3pKWICB
|
| 62 |
-
- https://bit.ly/3ETApRO
|
| 63 |
-
"""
|
| 64 |
-
)
|
| 65 |
|
| 66 |
st.sidebar.header("Contract Selection")
|
| 67 |
|
|
|
|
| 49 |
questions_short = load_questions_short()
|
| 50 |
# contracts = load_contracts()
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
st.sidebar.header("Contract Selection")
|
| 54 |
|