Spaces:
Sleeping
Sleeping
noumanjavaid
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ st.markdown(
|
|
65 |
)
|
66 |
|
67 |
|
68 |
-
st.
|
69 |
|
70 |
# Constants
|
71 |
UPLOAD_DIR = "uploaded_files"
|
@@ -607,11 +607,11 @@ def process_image(image_bytes):
|
|
607 |
|
608 |
def main():
|
609 |
st.title("Deepfake Detection")
|
610 |
-
|
611 |
<div style="background-color: #f9f9f9; padding: 10px; border-radius: 5px; border: 1px solid #ddd;">
|
612 |
<h3 style="color: #ff6347;">NOTE:</h3>
|
613 |
<p style="font-size: 14px; color: #333;">
|
614 |
-
In case there would be no changes detected, the space would not show anything as a result, returning back empty results. For this POC.
|
615 |
</p>
|
616 |
</div>
|
617 |
""", unsafe_allow_html=True)
|
|
|
65 |
)
|
66 |
|
67 |
|
68 |
+
st.markdown("---")
|
69 |
|
70 |
# Constants
|
71 |
UPLOAD_DIR = "uploaded_files"
|
|
|
607 |
|
608 |
def main():
|
609 |
st.title("Deepfake Detection")
|
610 |
+
st.markdown("""
|
611 |
<div style="background-color: #f9f9f9; padding: 10px; border-radius: 5px; border: 1px solid #ddd;">
|
612 |
<h3 style="color: #ff6347;">NOTE:</h3>
|
613 |
<p style="font-size: 14px; color: #333;">
|
614 |
+
<span style="font-size: 16px; font-weight: bold;">In case</span> there would be no changes detected, the space would not show anything as a result, returning back empty results. For this POC.
|
615 |
</p>
|
616 |
</div>
|
617 |
""", unsafe_allow_html=True)
|