muhtasham commited on
Commit
7ded3cc
·
1 Parent(s): a8d5e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")