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