muhtasham commited on
Commit
9013578
β€’
1 Parent(s): b6903e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Credits: ")
153
  st.write("Model: akdeniz27/roberta-base-cuad")
154
  st.write("Project: https://www.atticusprojectai.org/cuad")
155
- st.write("Git Hub: 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")
 
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")