Spaces:
Runtime error
Runtime error
Commit
·
9786630
1
Parent(s):
51f7f3b
- src/text_content.py +0 -11
src/text_content.py
CHANGED
@@ -80,8 +80,6 @@ CREDITS_TEXT = """
|
|
80 |
<p>Collaboration made possible thanks to <a href="https://summerschool.morocco.ai/">AI Summer School</a></p>
|
81 |
"""
|
82 |
|
83 |
-
# Embed logo and with instagram and linkedin icons with links (to the right of the logo)
|
84 |
-
# https://storage.googleapis.com/storage-annarabic/Nt3awnou(1).png
|
85 |
LOGO = """
|
86 |
<style>
|
87 |
.block-container {
|
@@ -107,14 +105,5 @@ LOGO = """
|
|
107 |
</div>
|
108 |
|
109 |
# """
|
110 |
-
# <img src="https://storage.googleapis.com/storage-annarabic/Nt3awnou(1).png" alt="Nt3awnou logo" width="200" height="200">
|
111 |
-
|
112 |
-
# <div style="text-align: center;">
|
113 |
-
# <a href="https://www.instagram.com/nt3awnou_morocco/">
|
114 |
-
# <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/2048px-Instagram_icon.png" alt="Instagram logo" width="30" height="30">
|
115 |
-
# </a>
|
116 |
-
# <a href="https://www.linkedin.com/in/nt3awnou-morocco-01062a290">
|
117 |
-
# <img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn logo" width="30" height="30">
|
118 |
-
# </a>
|
119 |
|
120 |
REVIEW_TEXT = """**If a request should be reviewed or dropped submit its id here/ إذا كان يجب مراجعة أو حذف طلب، أدخل رقمه هنا:**"""
|
|
|
80 |
<p>Collaboration made possible thanks to <a href="https://summerschool.morocco.ai/">AI Summer School</a></p>
|
81 |
"""
|
82 |
|
|
|
|
|
83 |
LOGO = """
|
84 |
<style>
|
85 |
.block-container {
|
|
|
105 |
</div>
|
106 |
|
107 |
# """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
|
109 |
REVIEW_TEXT = """**If a request should be reviewed or dropped submit its id here/ إذا كان يجب مراجعة أو حذف طلب، أدخل رقمه هنا:**"""
|