Spaces:
Running
on
T4
Running
on
T4
app look
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ st.markdown("""
|
|
53 |
backdrop-filter: blur(8px); /* frosted glass effect */
|
54 |
border-radius: 12px;
|
55 |
padding: 24px 16px;
|
56 |
-
height:
|
57 |
color: white;
|
58 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
59 |
transition: transform 0.2s ease, background 0.2s ease;
|
@@ -131,6 +131,7 @@ with col_logo:
|
|
131 |
|
132 |
st.write("")
|
133 |
st.write("")
|
|
|
134 |
st.write("")
|
135 |
|
136 |
#st.image("/home/ubuntu/images/OS_AI_1.png", use_column_width=True)
|
|
|
53 |
backdrop-filter: blur(8px); /* frosted glass effect */
|
54 |
border-radius: 12px;
|
55 |
padding: 24px 16px;
|
56 |
+
height: 240px;
|
57 |
color: white;
|
58 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
59 |
transition: transform 0.2s ease, background 0.2s ease;
|
|
|
131 |
|
132 |
st.write("")
|
133 |
st.write("")
|
134 |
+
st.write("")
|
135 |
st.write("")
|
136 |
|
137 |
#st.image("/home/ubuntu/images/OS_AI_1.png", use_column_width=True)
|