DataRaptor commited on
Commit
de5e414
1 Parent(s): 751ec56

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(' Get prediction from AI', type='primary'):
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)