alexkueck commited on
Commit
6f10600
1 Parent(s): ed0b948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Chatbot"):
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")