VishnuEcoClim commited on
Commit
ddeaa75
·
1 Parent(s): 23665a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = model_arc() # Assuming this function initializes and returns a trained
13
  # Streamlit UI
14
  st.markdown('''
15
  <div style="padding-bottom: 20px; padding-top: 20px; padding-left: 5px; padding-right: 5px">
16
- <center><h1>Garbage Segregation</h1></center>
17
  </div>
18
  ''', unsafe_allow_html=True)
19
 
 
13
  # Streamlit UI
14
  st.markdown('''
15
  <div style="padding-bottom: 20px; padding-top: 20px; padding-left: 5px; padding-right: 5px">
16
+ <center><h1>EcoIdentify (Test)</h1></center>
17
  </div>
18
  ''', unsafe_allow_html=True)
19