Update app.py
Browse files
app.py
CHANGED
|
@@ -25,26 +25,26 @@
|
|
| 25 |
# 03-04-2024
|
| 26 |
import streamlit as st
|
| 27 |
|
| 28 |
-
tab1, tab2, tab3 = st.tabs(["
|
| 29 |
|
| 30 |
#with tab1:
|
| 31 |
# st.header("A cat")
|
| 32 |
# st.image("https://static.streamlit.io/examples/cat.jpg", width=200)
|
| 33 |
|
| 34 |
with tab2:
|
| 35 |
-
st.header("
|
| 36 |
-
st.image("
|
| 37 |
|
| 38 |
with tab3:
|
| 39 |
-
st.header("
|
| 40 |
-
st.image("
|
| 41 |
# ========================================================================
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
with tab1:
|
| 46 |
-
st.header("
|
| 47 |
-
st.image("
|
| 48 |
|
| 49 |
|
| 50 |
# JB:
|
|
|
|
| 25 |
# 03-04-2024
|
| 26 |
import streamlit as st
|
| 27 |
|
| 28 |
+
tab1, tab2, tab3 = st.tabs(["AI Adviseur voor niet-giftige glazuren", "Uitleg", "Voorbeeld vragen"])
|
| 29 |
|
| 30 |
#with tab1:
|
| 31 |
# st.header("A cat")
|
| 32 |
# st.image("https://static.streamlit.io/examples/cat.jpg", width=200)
|
| 33 |
|
| 34 |
with tab2:
|
| 35 |
+
st.header("Uitleg")
|
| 36 |
+
st.image("De fritte oven - een schets van het proces.jpg", width=200)
|
| 37 |
|
| 38 |
with tab3:
|
| 39 |
+
st.header("Voorbeeld vragen")
|
| 40 |
+
st.image("De fritte oven - een schets van het proces.jpg", width=200)
|
| 41 |
# ========================================================================
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
with tab1:
|
| 46 |
+
st.header("AI Adviseur voor niet-giftige glazuren")
|
| 47 |
+
st.image("De fritte oven - een schets van het proces.jpg", width=200)
|
| 48 |
|
| 49 |
|
| 50 |
# JB:
|