Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ model_checkpoint = st.sidebar.radio("", model_list)
|
|
| 12 |
st.sidebar.write("Project: https://www.atticusprojectai.org/cuad")
|
| 13 |
st.sidebar.write("Git Hub: https://github.com/TheAtticusProject/cuad")
|
| 14 |
st.sidebar.write("CUAD Dataset: https://huggingface.co/datasets/cuad")
|
| 15 |
-
st.sidebar.write("License: CC BY 4.0 https://creativecommons.org/licenses/by/4.0/)
|
| 16 |
|
| 17 |
@st.cache(allow_output_mutation=True)
|
| 18 |
def load_model():
|
|
|
|
| 12 |
st.sidebar.write("Project: https://www.atticusprojectai.org/cuad")
|
| 13 |
st.sidebar.write("Git Hub: https://github.com/TheAtticusProject/cuad")
|
| 14 |
st.sidebar.write("CUAD Dataset: https://huggingface.co/datasets/cuad")
|
| 15 |
+
st.sidebar.write("License: CC BY 4.0 https://creativecommons.org/licenses/by/4.0/")
|
| 16 |
|
| 17 |
@st.cache(allow_output_mutation=True)
|
| 18 |
def load_model():
|