alexkueck commited on
Commit
934eb55
·
verified ·
1 Parent(s): f313253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='color: red !important; text-align: center; font-size: 20px;'><b>{status}</b></div>" #style='color: red !important; text-align: center; font-size: 20px;'
437
  return gr.HTML(value=ausgabe, label="Status", visible=True), ""
438
 
439
 
 
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='color: rgb(82, 255, 51) !important; text-align: center; font-size: 20px;'><b>{status}</b></div>" #style='color: red !important; text-align: center; font-size: 20px;'
437
  return gr.HTML(value=ausgabe, label="Status", visible=True), ""
438
 
439