Spaces:
Sleeping
Sleeping
Commit
Β·
ce4e9d2
1
Parent(s):
a3281ca
Updated app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ def main():
|
|
| 172 |
|
| 173 |
|
| 174 |
fileimage=st.file_uploader('Upload the file for detection π',type=['jpg'])
|
| 175 |
-
|
| 176 |
if st.button('Predict'):
|
| 177 |
if fileimage is None:
|
| 178 |
st.warning('ποΈWe are using default image π·')
|
|
|
|
| 172 |
|
| 173 |
|
| 174 |
fileimage=st.file_uploader('Upload the file for detection π',type=['jpg'])
|
| 175 |
+
st.info("If you haven't filed, our system will employ a default image for prediction π. Simply press the 'Predict' button and directly upload your file for analysis π§.")
|
| 176 |
if st.button('Predict'):
|
| 177 |
if fileimage is None:
|
| 178 |
st.warning('ποΈWe are using default image π·')
|