Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 ?")
|