Spaces:
Runtime error
Runtime error
Samuel-DD07
commited on
Commit
·
8708baa
1
Parent(s):
04fd816
Mise à jour de l'image du logo dans app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ body,html {
|
|
207 |
.logo {
|
208 |
width: 300px; /* Width of the logo */
|
209 |
height: 300px; /* Height of the logo, should be equal to width for a perfect circle */
|
210 |
-
background-image: url('https://github.com/LucasAguetai/ALOQAS/blob/main/Ressources/
|
211 |
background-size: cover; /* Cover the entire area of the div without stretching */
|
212 |
background-position: center; /* Center the background image within the div */
|
213 |
border-radius: 50%; /* This will make it circular */
|
|
|
207 |
.logo {
|
208 |
width: 300px; /* Width of the logo */
|
209 |
height: 300px; /* Height of the logo, should be equal to width for a perfect circle */
|
210 |
+
background-image: url('https://github.com/LucasAguetai/ALOQAS/blob/main/Ressources/Gif%20Aloqas%20Logo.gif?raw=true');
|
211 |
background-size: cover; /* Cover the entire area of the div without stretching */
|
212 |
background-position: center; /* Center the background image within the div */
|
213 |
border-radius: 50%; /* This will make it circular */
|