Update app.py
Browse files
app.py
CHANGED
@@ -503,12 +503,11 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
503 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
504 |
################################################
|
505 |
gr.Markdown(description_top)
|
506 |
-
"""
|
507 |
with gr.Row():
|
508 |
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= 7)
|
509 |
validate_btn = gr.Button("Validieren", visible = True)
|
510 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
511 |
-
|
512 |
with gr.Tab("KKG KI-Suche") as tab1:
|
513 |
with gr.Row():
|
514 |
#gr.HTML("LI Chatot")
|
|
|
503 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
504 |
################################################
|
505 |
gr.Markdown(description_top)
|
|
|
506 |
with gr.Row():
|
507 |
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= 7)
|
508 |
validate_btn = gr.Button("Validieren", visible = True)
|
509 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
510 |
+
|
511 |
with gr.Tab("KKG KI-Suche") as tab1:
|
512 |
with gr.Row():
|
513 |
#gr.HTML("LI Chatot")
|