Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
# Main Streamlit app for UI and user interaction
|
| 2 |
import streamlit as st
|
| 3 |
from PIL import Image
|
|
@@ -61,4 +62,4 @@ def single_bug_analysis(model):
|
|
| 61 |
st.markdown(species_info)
|
| 62 |
|
| 63 |
if __name__ == "__main__":
|
| 64 |
-
main()
|
|
|
|
| 1 |
+
# 1. app.py
|
| 2 |
# Main Streamlit app for UI and user interaction
|
| 3 |
import streamlit as st
|
| 4 |
from PIL import Image
|
|
|
|
| 62 |
st.markdown(species_info)
|
| 63 |
|
| 64 |
if __name__ == "__main__":
|
| 65 |
+
main()
|