Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,7 @@ if Run_Button == True and not len(contract)==0 and not len(question_set)==0:
|
|
148 |
if i != 0: st.write(f"Question: {question_set[int(p)]}\n\nAnswer: {predictions[p]}\n\n")
|
149 |
|
150 |
|
|
|
151 |
st.write("Model: akdeniz27/roberta-base-cuad")
|
152 |
st.write("Project: https://www.atticusprojectai.org/cuad")
|
153 |
st.write("Git Hub: https://github.com/TheAtticusProject/cuad")
|
|
|
148 |
if i != 0: st.write(f"Question: {question_set[int(p)]}\n\nAnswer: {predictions[p]}\n\n")
|
149 |
|
150 |
|
151 |
+
st.write("Credits")
|
152 |
st.write("Model: akdeniz27/roberta-base-cuad")
|
153 |
st.write("Project: https://www.atticusprojectai.org/cuad")
|
154 |
st.write("Git Hub: https://github.com/TheAtticusProject/cuad")
|