Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
rerank model
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ st.markdown("""
|
|
| 60 |
padding: 24px 16px;
|
| 61 |
width: 100%;
|
| 62 |
margin: 0 auto;
|
| 63 |
-
height:
|
| 64 |
color: white;
|
| 65 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
| 66 |
transition: transform 0.2s ease, background 0.2s ease;
|
|
@@ -79,7 +79,7 @@ st.markdown("""
|
|
| 79 |
}
|
| 80 |
|
| 81 |
.card-header {
|
| 82 |
-
font-size:
|
| 83 |
margin: 0 auto 12px auto;
|
| 84 |
display: flex;
|
| 85 |
justify-content: center;
|
|
|
|
| 60 |
padding: 24px 16px;
|
| 61 |
width: 100%;
|
| 62 |
margin: 0 auto;
|
| 63 |
+
height: 350px;
|
| 64 |
color: white;
|
| 65 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
| 66 |
transition: transform 0.2s ease, background 0.2s ease;
|
|
|
|
| 79 |
}
|
| 80 |
|
| 81 |
.card-header {
|
| 82 |
+
font-size: 100px;
|
| 83 |
margin: 0 auto 12px auto;
|
| 84 |
display: flex;
|
| 85 |
justify-content: center;
|