Spaces:
Sleeping
Sleeping
Commit
·
de5e414
1
Parent(s):
751ec56
Upload app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ st.markdown("""
|
|
| 72 |
margin: 0.125rem 2rem;
|
| 73 |
background-color: rgb(181 197 227 / 18%) !important;
|
| 74 |
}
|
| 75 |
-
.css-1y4p8pa {
|
| 76 |
padding: 3rem 5rem 0rem;
|
| 77 |
max-width: 78rem;
|
| 78 |
}
|
|
@@ -124,7 +124,7 @@ def app():
|
|
| 124 |
st.image(image, use_column_width=True)
|
| 125 |
|
| 126 |
|
| 127 |
-
if st.button('
|
| 128 |
spacer = st.empty()
|
| 129 |
|
| 130 |
res = infer(image)
|
|
|
|
| 72 |
margin: 0.125rem 2rem;
|
| 73 |
background-color: rgb(181 197 227 / 18%) !important;
|
| 74 |
}
|
| 75 |
+
.css-1y4p8pa, .css-ejzu6m {
|
| 76 |
padding: 3rem 5rem 0rem;
|
| 77 |
max-width: 78rem;
|
| 78 |
}
|
|
|
|
| 124 |
st.image(image, use_column_width=True)
|
| 125 |
|
| 126 |
|
| 127 |
+
if st.button('🤖 Get prediction from AI', type='primary'):
|
| 128 |
spacer = st.empty()
|
| 129 |
|
| 130 |
res = infer(image)
|