alexkueck commited on
Commit
b6aef55
1 Parent(s): 6f12f88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, elem_id="status"), ""
438
 
439
 
440
  ########################################
@@ -452,7 +452,7 @@ def validate_input(user_input_validate, validate=False):
452
 
453
  def custom_css():
454
  return """
455
- #status {
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;