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