Update app.py
Browse files
app.py
CHANGED
@@ -507,7 +507,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
507 |
validate_btn = gr.Button("Validieren", visible = True)
|
508 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
509 |
"""
|
510 |
-
with gr.Tab("
|
511 |
with gr.Row():
|
512 |
#gr.HTML("LI Chatot")
|
513 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|
|
|
507 |
validate_btn = gr.Button("Validieren", visible = True)
|
508 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
509 |
"""
|
510 |
+
with gr.Tab("KI-Suche (Demo)") as tab1:
|
511 |
with gr.Row():
|
512 |
#gr.HTML("LI Chatot")
|
513 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|