Spaces:
Running
on
T4
Running
on
T4
rerank model
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ st.markdown("""
|
|
58 |
backdrop-filter: blur(8px); /* frosted glass effect */
|
59 |
border-radius: 12px;
|
60 |
padding: 24px 16px;
|
61 |
-
height:
|
62 |
color: white;
|
63 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
64 |
transition: transform 0.2s ease, background 0.2s ease;
|
|
|
58 |
backdrop-filter: blur(8px); /* frosted glass effect */
|
59 |
border-radius: 12px;
|
60 |
padding: 24px 16px;
|
61 |
+
height: 230px;
|
62 |
color: white;
|
63 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
64 |
transition: transform 0.2s ease, background 0.2s ease;
|