Update app (3).py
Browse files- app (3).py +6 -1
app (3).py
CHANGED
@@ -29,7 +29,7 @@ import requests
|
|
29 |
import tensorflow as tf
|
30 |
from codecarbon import EmissionsTracker
|
31 |
|
32 |
-
app_mode = st.sidebar.selectbox('Select page:',['01 Introduction','02 Visualization', '03 Prediction','04 Explainable AI','05 MLFlow Tracking'])
|
33 |
if app_mode == '01 Introduction':
|
34 |
image_movie = Image.open('Title.jpeg')
|
35 |
st.image(image_movie, width=400)
|
@@ -534,3 +534,8 @@ if app_mode == '05 MLFlow Tracking':
|
|
534 |
st.write("Click the button below to download the model.pkl file.")
|
535 |
if st.button("Download"):
|
536 |
download_file()
|
|
|
|
|
|
|
|
|
|
|
|
29 |
import tensorflow as tf
|
30 |
from codecarbon import EmissionsTracker
|
31 |
|
32 |
+
app_mode = st.sidebar.selectbox('Select page:',['01 Introduction','02 Visualization', '03 Prediction','04 Explainable AI','05 MLFlow Tracking'οΌ'06 Conclusion & Insights'])
|
33 |
if app_mode == '01 Introduction':
|
34 |
image_movie = Image.open('Title.jpeg')
|
35 |
st.image(image_movie, width=400)
|
|
|
534 |
st.write("Click the button below to download the model.pkl file.")
|
535 |
if st.button("Download"):
|
536 |
download_file()
|
537 |
+
|
538 |
+
if app_mode == '06 Conclusion & Insights':
|
539 |
+
st.title('Conclusion and Insights π¬π§βπ¬')
|
540 |
+
|
541 |
+
|