Skip to content

Commit 38810aa

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 262b69a commit 38810aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+8
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,14 @@ def display_footer():
273273
</div>
274274
</div>
275275
"""
276+
276277
st.markdown(footer, unsafe_allow_html=True)
277278

278279
display_footer()
280+
281+
st.markdown('##### ⚠️ **Disclaimer**')
282+
st.markdown(
283+
'''
284+
It is important for users to understand that this application is provided for academic purposes only. The scope and use of this tool are entirely the responsibility of the user. The developers assume no liability for any misuse or unintended use of this application.
285+
'''
286+
)

0 commit comments

Comments
 (0)