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