onybrunella commited on
Commit
a6dc130
1 Parent(s): fa2f2a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -91,12 +91,7 @@ body,html {
91
  background-color: #131722; /* Dark background color */
92
  color: #ffffff;
93
  }
94
-
95
- .logo {
96
- width: 50%;
97
- height : 50%;
98
- }
99
-
100
  /* Container for the entire chat interface */
101
  #chat-interface {
102
  display: flex;
@@ -234,8 +229,8 @@ height : 50%;
234
  }
235
 
236
  .logo {
237
- width: 300px; /* Width of the logo */
238
- height: 300px; /* Height of the logo, should be equal to width for a perfect circle */
239
  background-image: url('https://github.com/LucasAguetai/ALOQAS/blob/main/Ressources/Gif%20Aloqas%20Logo.gif?raw=true');
240
  background-size: cover; /* Cover the entire area of the div without stretching */
241
  background-position: center; /* Center the background image within the div */
 
91
  background-color: #131722; /* Dark background color */
92
  color: #ffffff;
93
  }
94
+
 
 
 
 
 
95
  /* Container for the entire chat interface */
96
  #chat-interface {
97
  display: flex;
 
229
  }
230
 
231
  .logo {
232
+ width: 150px; /* Width of the logo */
233
+ height: 150px; /* Height of the logo, should be equal to width for a perfect circle */
234
  background-image: url('https://github.com/LucasAguetai/ALOQAS/blob/main/Ressources/Gif%20Aloqas%20Logo.gif?raw=true');
235
  background-size: cover; /* Cover the entire area of the div without stretching */
236
  background-position: center; /* Center the background image within the div */