alexkueck commited on
Commit
978f7b4
1 Parent(s): ce8865a

Update app.py

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