Update app.py
Browse files
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=
|
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...
|