Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
@@ -40,30 +40,4 @@ def get_custom_css():
|
|
40 |
border-radius: 5px;
|
41 |
}
|
42 |
</style>
|
43 |
-
"""
|
44 |
-
<style>
|
45 |
-
.stApp {
|
46 |
-
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
47 |
-
}
|
48 |
-
.main {
|
49 |
-
padding: 2rem;
|
50 |
-
}
|
51 |
-
.stMarkdown {
|
52 |
-
color: #2c3e50;
|
53 |
-
}
|
54 |
-
.stButton>button {
|
55 |
-
background-color: #3498db;
|
56 |
-
color: white;
|
57 |
-
border-radius: 5px;
|
58 |
-
padding: 0.5rem 2rem;
|
59 |
-
transition: all 0.3s ease;
|
60 |
-
}
|
61 |
-
.stButton>button:hover {
|
62 |
-
background-color: #2980b9;
|
63 |
-
transform: translateY(-2px);
|
64 |
-
}
|
65 |
-
.stTextInput>div>div>input {
|
66 |
-
border-radius: 5px;
|
67 |
-
}
|
68 |
-
</style>
|
69 |
-
"""
|
|
|
40 |
border-radius: 5px;
|
41 |
}
|
42 |
</style>
|
43 |
+
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|