JBHF commited on
Commit
7af4a46
·
verified ·
1 Parent(s): b4e78c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -25,26 +25,26 @@
25
  # 03-04-2024
26
  import streamlit as st
27
 
28
- tab1, tab2, tab3 = st.tabs(["Cat", "Dog", "Owl"])
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("A dog")
36
- st.image("https://static.streamlit.io/examples/dog.jpg", width=200)
37
 
38
  with tab3:
39
- st.header("An owl")
40
- st.image("https://static.streamlit.io/examples/owl.jpg", width=200)
41
  # ========================================================================
42
 
43
 
44
 
45
  with tab1:
46
- st.header("A cat")
47
- st.image("https://static.streamlit.io/examples/cat.jpg", width=200)
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: