Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -735,7 +735,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
735 |
gr.Markdown(description_top)
|
736 |
with gr.Tab("KKG Chatbot"):
|
737 |
with gr.Row():
|
738 |
-
user_input_validate = gr.Textbox(label = "", placeholder="Bitte tippen Sie das oben im Moodle Kurs angegebene Wort ein, um zu beweisen, dass Sie kein Bot sind.", visible=True, scale= 5)
|
739 |
validate_btn = gr.Button("Validieren", visible = True)
|
740 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
741 |
|
|
|
735 |
gr.Markdown(description_top)
|
736 |
with gr.Tab("KKG Chatbot"):
|
737 |
with gr.Row():
|
738 |
+
user_input_validate = gr.Textbox() #gr.Textbox(label = "", placeholder="Bitte tippen Sie das oben im Moodle Kurs angegebene Wort ein, um zu beweisen, dass Sie kein Bot sind.", visible=True, scale= 5)
|
739 |
validate_btn = gr.Button("Validieren", visible = True)
|
740 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
741 |
|