alexkueck commited on
Commit
b2e429f
·
verified ·
1 Parent(s): 4ddfbd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -726,12 +726,12 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
726
  # Tab zum Chatbot mit Text oder Bildeingabe
727
  ################################################
728
  gr.Markdown(description_top)
729
- with gr.Tab("KKG Chatbot"):
730
- with gr.Row():
731
  user_input_validate =gr.Textbox(label="", placeholder = "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", visible=True, interactive=True, scale= 7)
732
  validate_btn = gr.Button("Validieren", visible = True)
733
  #validation_result = gr.Text(label="Validierungsergebnis")
734
-
 
735
  with gr.Row():
736
  #gr.HTML("LI Chatot")
737
  status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
 
726
  # Tab zum Chatbot mit Text oder Bildeingabe
727
  ################################################
728
  gr.Markdown(description_top)
729
+ with gr.Row():
 
730
  user_input_validate =gr.Textbox(label="", placeholder = "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
+
734
+ with gr.Tab("KKG Chatbot"):
735
  with gr.Row():
736
  #gr.HTML("LI Chatot")
737
  status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")