Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,16 +3,6 @@ import os
|
|
3 |
|
4 |
css = """
|
5 |
<style>
|
6 |
-
body, html {
|
7 |
-
margin: 0;
|
8 |
-
padding: 0;
|
9 |
-
font-family: 'Helvetica Neue', Arial, sans-serif;
|
10 |
-
background-color: #121212; /* Dark background for the body */
|
11 |
-
color: #e0e0e0; /* Light grey text for better readability */
|
12 |
-
height: 100%;
|
13 |
-
width: 100%;
|
14 |
-
}
|
15 |
-
|
16 |
|
17 |
.gallery-container {
|
18 |
display: flex;
|
|
|
3 |
|
4 |
css = """
|
5 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
.gallery-container {
|
8 |
display: flex;
|