alexkueck commited on
Commit
6beae0c
·
verified ·
1 Parent(s): 8a55153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -728,7 +728,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
728
  gr.Markdown(description_top)
729
  with gr.Tab("KKG Chatbot"):
730
  with gr.Row():
731
- user_input_validate =gr.Textbox(label = "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", scale= 5)
732
  validate_btn = gr.Button("Validieren", visible = True)
733
  #validation_result = gr.Text(label="Validierungsergebnis")
734
 
 
728
  gr.Markdown(description_top)
729
  with gr.Tab("KKG Chatbot"):
730
  with gr.Row():
731
+ 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= 5)
732
  validate_btn = gr.Button("Validieren", visible = True)
733
  #validation_result = gr.Text(label="Validierungsergebnis")
734