Spaces:
Runtime error
Runtime error
changed buttons
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -104,9 +104,9 @@ c = st.container()
|
|
104 |
c.write("Beispielfragen")
|
105 |
col1, col2, col3 = c.columns(3)
|
106 |
col1.button("Mehr zu 'Lernen'", on_click=click_button, args=["Was macht die Säule 'Lernen' aus?"])
|
107 |
-
col1.button("Was macht die
|
108 |
col2.button("Mehr zu 'Tracken'", on_click=click_button, args=["Was macht die Säule 'Tracken' aus?"])
|
109 |
-
col2.button("
|
110 |
col3.button("Mehr zu 'Handeln'", on_click=click_button, args=["Was macht die Säule 'Handeln' aus?"])
|
111 |
|
112 |
if 'clicked' not in st.session_state:
|
|
|
104 |
c.write("Beispielfragen")
|
105 |
col1, col2, col3 = c.columns(3)
|
106 |
col1.button("Mehr zu 'Lernen'", on_click=click_button, args=["Was macht die Säule 'Lernen' aus?"])
|
107 |
+
col1.button("Was macht die Fimo Health App?", on_click=click_button, args=["Was macht die Fimo Health App?"])
|
108 |
col2.button("Mehr zu 'Tracken'", on_click=click_button, args=["Was macht die Säule 'Tracken' aus?"])
|
109 |
+
col2.button("Was ist Pacing?", on_click=click_button, args=["Was ist Pacing?"])
|
110 |
col3.button("Mehr zu 'Handeln'", on_click=click_button, args=["Was macht die Säule 'Handeln' aus?"])
|
111 |
|
112 |
if 'clicked' not in st.session_state:
|