Spaces:
Running
Running
epochs-demos
commited on
Commit
·
ef5c65a
1
Parent(s):
7e86923
Update app.py
Browse files
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:
|
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 |
|