Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -727,7 +727,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
727 |
################################################
|
728 |
gr.Markdown(description_top)
|
729 |
with gr.Row():
|
730 |
-
user_input_validate =gr.Textbox(label=
|
731 |
validate_btn = gr.Button("Validieren", visible = True)
|
732 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
733 |
|
|
|
727 |
################################################
|
728 |
gr.Markdown(description_top)
|
729 |
with gr.Row():
|
730 |
+
user_input_validate =gr.Textbox(label= "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", visible=True, interactive=True, scale= 7)
|
731 |
validate_btn = gr.Button("Validieren", visible = True)
|
732 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
733 |
|