Alexander Seifert commited on
Commit
acf3663
1 Parent(s): c122f2d
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -42,9 +42,8 @@ def run():
42
 
43
  col1, col2 = st.columns([1, 3])
44
  type = col1.radio(
45
- "Input-Typ",
46
  ["Beispiel (Kabarett)", "URL (YouTube, …)", "Datei-Upload"],
47
- label_visibility="hidden",
48
  )
49
  if type == "Beispiel (Kabarett)":
50
  url = col2.text_input(
 
42
 
43
  col1, col2 = st.columns([1, 3])
44
  type = col1.radio(
45
+ "Input",
46
  ["Beispiel (Kabarett)", "URL (YouTube, …)", "Datei-Upload"],
 
47
  )
48
  if type == "Beispiel (Kabarett)":
49
  url = col2.text_input(