epochs-demos commited on
Commit
ef5c65a
1 Parent(s): 7e86923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ st.markdown(header_css, unsafe_allow_html=True)
39
  header_html = f"""
40
  <div class="header">
41
  <img src='data:image/jpeg;base64,{image_base64}' alt="Logo"/>
42
- <p>Disclaimer: This web app is for demonstration purposes only and not intended for commercial use. Contact: contact@1001epochs.co.uk for full solution.</p>
43
  </div>
44
  """
45
 
 
39
  header_html = f"""
40
  <div class="header">
41
  <img src='data:image/jpeg;base64,{image_base64}' alt="Logo"/>
42
+ <p>Disclaimer: The purpose of this application is solely for demonstration. 1001epochs does not claim ownership for the results. Contact: contact@1001epochs.co.uk for full solution.</p>
43
  </div>
44
  """
45