Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
410 |
validate_btn = gr.Button("Validieren", visible = True)
|
411 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
412 |
|
413 |
-
with gr.Tab("KKG
|
414 |
with gr.Row():
|
415 |
#gr.HTML("LI Chatot")
|
416 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|
|
|
410 |
validate_btn = gr.Button("Validieren", visible = True)
|
411 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
412 |
|
413 |
+
with gr.Tab("KKG KI-Suche"):
|
414 |
with gr.Row():
|
415 |
#gr.HTML("LI Chatot")
|
416 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|