Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -150,9 +150,6 @@ if Run_Button == True and not len(contract)==0 and not len(question_set)==0:
|
|
150 |
|
151 |
|
152 |
st.write("π€")
|
153 |
-
st.write("Based on https://huggingface.co/spaces/akdeniz27/contract-understanding-atticus-dataset-demo")
|
154 |
st.write("Model: akdeniz27/roberta-base-cuad")
|
155 |
-
st.write("Project: https://www.atticusprojectai.org/cuad")
|
156 |
-
st.write("Github: https://github.com/TheAtticusProject/cuad")
|
157 |
-
st.write("CUAD Dataset: https://huggingface.co/datasets/cuad")
|
158 |
-
st.write("Based on https://github.com/marshmellow77/cuad-demo")
|
|
|
150 |
|
151 |
|
152 |
st.write("π€")
|
153 |
+
st.write("Based on Streamlit code of https://huggingface.co/spaces/akdeniz27/contract-understanding-atticus-dataset-demo")
|
154 |
st.write("Model: akdeniz27/roberta-base-cuad")
|
155 |
+
st.write("Project: https://www.atticusprojectai.org/cuad")
|
|
|
|
|
|