alexkueck commited on
Commit
ef74cbb
·
verified ·
1 Parent(s): 11ed672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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