mbarnig commited on
Commit
152fc09
·
verified ·
1 Parent(s): b068bdb

Update app.py

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