Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ tab1, tab2, tab3, tab4, tab5 = st.tabs(["Project Description", "Video Uploader",
|
|
| 12 |
with tab1:
|
| 13 |
st.header("Project Description")
|
| 14 |
st.write("Here you can describe the project in detail.")
|
| 15 |
-
image_path = 'data/
|
| 16 |
|
| 17 |
# Display the image
|
| 18 |
st.image(image_path, caption='Project Flow Diagram')
|
|
@@ -23,7 +23,7 @@ with tab2:
|
|
| 23 |
st.write("This tab can be used to display Scrum-related data and analytics.")
|
| 24 |
# You can use things like st.dataframe(df) to show data
|
| 25 |
|
| 26 |
-
image_path2 = 'data/
|
| 27 |
|
| 28 |
# Display the image
|
| 29 |
st.image(image_path2, caption='Synthetic Data')
|
|
|
|
| 12 |
with tab1:
|
| 13 |
st.header("Project Description")
|
| 14 |
st.write("Here you can describe the project in detail.")
|
| 15 |
+
image_path = 'data/data_projectflow.png'
|
| 16 |
|
| 17 |
# Display the image
|
| 18 |
st.image(image_path, caption='Project Flow Diagram')
|
|
|
|
| 23 |
st.write("This tab can be used to display Scrum-related data and analytics.")
|
| 24 |
# You can use things like st.dataframe(df) to show data
|
| 25 |
|
| 26 |
+
image_path2 = 'data/data_quantumai.png'
|
| 27 |
|
| 28 |
# Display the image
|
| 29 |
st.image(image_path2, caption='Synthetic Data')
|