You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fun_SPEC_NEC/SpecNec_executable_streamlit.py
+7-6
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,12 @@
277
277
278
278
279
279
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
+
)
280
286
281
287
282
288
@@ -323,9 +329,4 @@ def display_footer():
323
329
324
330
display_footer()
325
331
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.
0 commit comments