Update app.py
Browse files
app.py
CHANGED
|
@@ -434,7 +434,7 @@ def show_status():
|
|
| 434 |
|
| 435 |
def show_text_status(status):
|
| 436 |
ausgabe = f"<div style='text-align: center; font-size: 20px; color: limegreen;'><b>{status}</b></div>"
|
| 437 |
-
return gr.HTML(value=ausgabe, label="Status", visible=True
|
| 438 |
|
| 439 |
|
| 440 |
########################################
|
|
@@ -452,7 +452,7 @@ def validate_input(user_input_validate, validate=False):
|
|
| 452 |
|
| 453 |
def custom_css():
|
| 454 |
return """
|
| 455 |
-
#
|
| 456 |
color: red !important;
|
| 457 |
text-align: center;
|
| 458 |
font-size: 20px;
|
|
|
|
| 434 |
|
| 435 |
def show_text_status(status):
|
| 436 |
ausgabe = f"<div style='text-align: center; font-size: 20px; color: limegreen;'><b>{status}</b></div>"
|
| 437 |
+
return gr.HTML(value=ausgabe, label="Status", visible=True), ""
|
| 438 |
|
| 439 |
|
| 440 |
########################################
|
|
|
|
| 452 |
|
| 453 |
def custom_css():
|
| 454 |
return """
|
| 455 |
+
#status_system_update {
|
| 456 |
color: red !important;
|
| 457 |
text-align: center;
|
| 458 |
font-size: 20px;
|