Spaces:
Running
on
T4
Running
on
T4
app fixes UI
Browse files
app.py
CHANGED
@@ -149,18 +149,10 @@ st.markdown("""
|
|
149 |
# transform: translateX(-50%) scale(1.3);
|
150 |
# }
|
151 |
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
</style>
|
157 |
""", unsafe_allow_html=True)
|
158 |
|
159 |
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
# Header with logo and title
|
165 |
col_logo, col_title = st.columns([32, 68])
|
166 |
with col_logo:
|
|
|
149 |
# transform: translateX(-50%) scale(1.3);
|
150 |
# }
|
151 |
|
|
|
|
|
|
|
|
|
152 |
</style>
|
153 |
""", unsafe_allow_html=True)
|
154 |
|
155 |
|
|
|
|
|
|
|
|
|
156 |
# Header with logo and title
|
157 |
col_logo, col_title = st.columns([32, 68])
|
158 |
with col_logo:
|