mgokg commited on
Commit
2bb4560
·
verified ·
1 Parent(s): 69242a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,9 +30,9 @@ def main():
30
  opacity: 0.8;
31
  }
32
  </style>
33
- <button class="custom-button">Benutzerdefinierter Button</button>
34
  """, unsafe_allow_html=True)
35
- bamberg = st.button("Bamberg")
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