Skip to content

Commit 34336ae

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent ae92a9a commit 34336ae

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@
277277

278278

279279

280+
st.markdown('##### ⚠️ **Disclaimer**')
281+
st.markdown(
282+
'''
283+
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.
284+
'''
285+
)
280286

281287

282288

@@ -323,9 +329,4 @@ def display_footer():
323329

324330
display_footer()
325331

326-
st.markdown('##### ⚠️ **Disclaimer**')
327-
st.markdown(
328-
'''
329-
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.
330-
'''
331-
)
332+

0 commit comments

Comments
 (0)