alexkueck commited on
Commit
50157c2
·
verified ·
1 Parent(s): e8f0af3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -433,10 +433,8 @@ def show_status():
433
  return gr.HTML(value="", label="Status", visible=True) ##gr.Textbox( label="Status", visible = True)
434
 
435
  def show_text_status(status):
436
- if status and status.contains("Vektorstore wurde erneuert"):
437
- return gr.HTML(value='<div style="text-align: center; color: red;">System erfolgreich aktualisiert!</div>', label="Status", visible=True), ""
438
- else:
439
- return gr.HTML(value='<div style="text-align: center; color: red;">System konnte nicht aktualisiert werden!</div>', label="Status", visible=True), ""
440
 
441
  ########################################
442
  # Bot- test gegen schädliche Bots die die Anwendung testen...
 
433
  return gr.HTML(value="", label="Status", visible=True) ##gr.Textbox( label="Status", visible = True)
434
 
435
  def show_text_status(status):
436
+ return gr.HTML(value='<div style="text-align: center; color: red;">'status'</div>', label="Status", visible=True), ""
437
+
 
 
438
 
439
  ########################################
440
  # Bot- test gegen schädliche Bots die die Anwendung testen...