alexkueck commited on
Commit
7198295
·
verified ·
1 Parent(s): 544c51f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -446,7 +446,7 @@ def validate_input(user_input_validate, validate=False):
446
  if user_input_hashed == hash_input(ANTI_BOT_PW):
447
  return "Richtig! Weiter gehts... ", True, gr.Textbox(visible=False), gr.Button(visible=False)
448
  else:
449
- return "Falsche Antwort!!!!!!!!!", False, 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), gr.Button("Validieren", visible = True)
450
  """
451
  def custom_css():
452
  return
 
446
  if user_input_hashed == hash_input(ANTI_BOT_PW):
447
  return "Richtig! Weiter gehts... ", True, gr.Textbox(visible=False), gr.Button(visible=False)
448
  else:
449
+ return "Falsche Antwort!!!!!!!!!", False, 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= 7), gr.Button("Validieren", visible = True)
450
  """
451
  def custom_css():
452
  return