Spaces:
Running
Running
done
Browse files
__pycache__/functions.cpython-310.pyc
CHANGED
Binary files a/__pycache__/functions.cpython-310.pyc and b/__pycache__/functions.cpython-310.pyc differ
|
|
__pycache__/layout.cpython-310.pyc
CHANGED
Binary files a/__pycache__/layout.cpython-310.pyc and b/__pycache__/layout.cpython-310.pyc differ
|
|
__pycache__/predict.cpython-310.pyc
CHANGED
Binary files a/__pycache__/predict.cpython-310.pyc and b/__pycache__/predict.cpython-310.pyc differ
|
|
__pycache__/styles.cpython-310.pyc
CHANGED
Binary files a/__pycache__/styles.cpython-310.pyc and b/__pycache__/styles.cpython-310.pyc differ
|
|
__pycache__/utils.cpython-310.pyc
CHANGED
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
|
|
layout.py
CHANGED
@@ -62,7 +62,7 @@ def show_footer(linkedin_image_base64, github_image_base64, huggingface_image_ba
|
|
62 |
</div>
|
63 |
</div>
|
64 |
<div class="text-center p-3 text-white gradient-text">
|
65 |
-
© 2025 Yannick Simo. All rights reserved.
|
66 |
</div>
|
67 |
</footer>
|
68 |
""", unsafe_allow_html=True
|
|
|
62 |
</div>
|
63 |
</div>
|
64 |
<div class="text-center p-3 text-white gradient-text">
|
65 |
+
© 2025 Yannick Simo (Skym616). All rights reserved.
|
66 |
</div>
|
67 |
</footer>
|
68 |
""", unsafe_allow_html=True
|