alexkueck commited on
Commit
6b39c67
·
verified ·
1 Parent(s): 892cc78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -432,7 +432,7 @@ def show_status():
432
  return gr.HTML(value="", label="Status", visible=True) ##gr.Textbox( label="Status", visible = True)
433
 
434
  def show_text_status():
435
- return gr.HTML(value="<div style="text-align: center; color: red;">System erfolgreich aktualisiert!</div>", label="Status", visible=True)
436
 
437
  ########################################
438
  # Bot- test gegen schädliche Bots die die Anwendung testen...
 
432
  return gr.HTML(value="", label="Status", visible=True) ##gr.Textbox( label="Status", visible = True)
433
 
434
  def show_text_status():
435
+ return gr.HTML(value='<div style="text-align: center; color: red;">System erfolgreich aktualisiert!</div>', label="Status", visible=True)
436
 
437
  ########################################
438
  # Bot- test gegen schädliche Bots die die Anwendung testen...