Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ def main():
|
|
30 |
opacity: 0.8;
|
31 |
}
|
32 |
</style>
|
33 |
-
<button class="custom-button">
|
34 |
""", unsafe_allow_html=True)
|
35 |
-
bamberg = st.button("
|
36 |
coburg = st.button("Coburg")
|
37 |
bad_kissingen = st.button("Kissingen")
|
38 |
|
|
|
30 |
opacity: 0.8;
|
31 |
}
|
32 |
</style>
|
33 |
+
<button class="custom-button">Bamberg</button>
|
34 |
""", unsafe_allow_html=True)
|
35 |
+
bamberg = st.button("Bamberg1")
|
36 |
coburg = st.button("Coburg")
|
37 |
bad_kissingen = st.button("Kissingen")
|
38 |
|