Spaces:
Running
Running
Commit
·
ddeaa75
1
Parent(s):
23665a4
Update app.py
Browse files
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>
|
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 |
|