alexkueck commited on
Commit
3e4e839
1 Parent(s): 3e7c58a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -433,7 +433,7 @@ 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
- ausgabe = f"<div style='text-align: center; font-size: 20px; color: red;'><b>{status}</b></div>"
437
  return gr.HTML(value=ausgabe, label="Status", visible=True), ""
438
 
439
 
@@ -452,7 +452,7 @@ def validate_input(user_input_validate, validate=False):
452
 
453
  def custom_css():
454
  return """
455
- body, html {
456
  background-color: #303030; /* Dunkler Hintergrund */
457
  color:#353535;
458
  }
 
433
  return gr.HTML(value="", label="Status", visible=True) ##gr.Textbox( label="Status", visible = True)
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
 
 
452
 
453
  def custom_css():
454
  return """
455
+ body {
456
  background-color: #303030; /* Dunkler Hintergrund */
457
  color:#353535;
458
  }