Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,9 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
11 |
st.markdown("""
|
12 |
<style>
|
13 |
.main {
|
14 |
-
background-color:
|
15 |
color: #1A1A1A!important;
|
|
|
16 |
}
|
17 |
.block-container {
|
18 |
background-color: gray !important;
|
@@ -41,7 +42,7 @@ st.markdown("""
|
|
41 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
42 |
}
|
43 |
header[data-testid="stHeader"] {
|
44 |
-
background-color:
|
45 |
}
|
46 |
|
47 |
section[data-testid="stSidebar"] > div:first-child {
|
|
|
11 |
st.markdown("""
|
12 |
<style>
|
13 |
.main {
|
14 |
+
background-color: #D3D3D3 !important;
|
15 |
color: #1A1A1A!important;
|
16 |
+
|
17 |
}
|
18 |
.block-container {
|
19 |
background-color: gray !important;
|
|
|
42 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
43 |
}
|
44 |
header[data-testid="stHeader"] {
|
45 |
+
background-color: gray !important;
|
46 |
}
|
47 |
|
48 |
section[data-testid="stSidebar"] > div:first-child {
|