Spaces:
Sleeping
Sleeping
Update app.py
#11
by
KhaqanNasir
- opened
app.py
CHANGED
@@ -169,9 +169,6 @@ if __name__ == "__main__":
|
|
169 |
main()
|
170 |
else:
|
171 |
st.markdown('<div class="flash-message error-message">Cannot start the application without the model file.</div>', unsafe_allow_html=True)
|
172 |
-
elif page == "Team":
|
173 |
-
from src.team import main
|
174 |
-
main()
|
175 |
elif page == "About":
|
176 |
from src.about import main
|
177 |
main()
|
|
|
169 |
main()
|
170 |
else:
|
171 |
st.markdown('<div class="flash-message error-message">Cannot start the application without the model file.</div>', unsafe_allow_html=True)
|
|
|
|
|
|
|
172 |
elif page == "About":
|
173 |
from src.about import main
|
174 |
main()
|