mbarnig commited on
Commit
b068bdb
·
verified ·
1 Parent(s): 18f4583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
30
  """
31
  )
32
  with gr.Row():
33
- mode = gr.Radio(["Sich", "Beispiller"], label = "D'Beispiller fonktionnéieren ouni Passwuert.", value = "Beispiller", scale = 3),
34
  pw = gr.Textbox(lines=1, label="Gitt dat richtegt RTL-Passwuert an !", scale=1)
35
  with gr.Row():
36
  question = gr.Textbox(lines=3, label="Wat wëllt Der wëssen ?")
 
30
  """
31
  )
32
  with gr.Row():
33
+ mode = gr.Radio(choices=["Sich", "Beispiller"], label = "D'Beispiller fonktionnéieren ouni Passwuert.", value = "Beispiller", scale = 3),
34
  pw = gr.Textbox(lines=1, label="Gitt dat richtegt RTL-Passwuert an !", scale=1)
35
  with gr.Row():
36
  question = gr.Textbox(lines=3, label="Wat wëllt Der wëssen ?")