Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -149,9 +149,9 @@ if Run_Button == True and not len(contract)==0 and not len(question_set)==0:
|
|
149 |
if i != 0: st.write(f"Question: {question_set[int(p)]}\n\nAnswer: {predictions[p]}\n\n")
|
150 |
|
151 |
|
152 |
-
st.write("
|
153 |
st.write("Model: akdeniz27/roberta-base-cuad")
|
154 |
st.write("Project: https://www.atticusprojectai.org/cuad")
|
155 |
-
st.write("
|
156 |
st.write("CUAD Dataset: https://huggingface.co/datasets/cuad")
|
157 |
st.write("Based on https://github.com/marshmellow77/cuad-demo")
|
|
|
149 |
if i != 0: st.write(f"Question: {question_set[int(p)]}\n\nAnswer: {predictions[p]}\n\n")
|
150 |
|
151 |
|
152 |
+
st.write("π€")
|
153 |
st.write("Model: akdeniz27/roberta-base-cuad")
|
154 |
st.write("Project: https://www.atticusprojectai.org/cuad")
|
155 |
+
st.write("Github: https://github.com/TheAtticusProject/cuad")
|
156 |
st.write("CUAD Dataset: https://huggingface.co/datasets/cuad")
|
157 |
st.write("Based on https://github.com/marshmellow77/cuad-demo")
|