muhtasham commited on
Commit
35dc99e
β€’
1 Parent(s): ed0645d

Update app.py

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