Update app.py
Browse files
app.py
CHANGED
@@ -425,7 +425,7 @@ def show_notification():
|
|
425 |
return gr.Notification("System erfolgreich aktualisiert!", title="Fertig", type="info") #gr.Info("System erfolgreich aktualisiert!") #
|
426 |
"""
|
427 |
def show_success():
|
428 |
-
return gr.
|
429 |
|
430 |
def hide_status():
|
431 |
return gr.Textbox( visible = False)
|
|
|
425 |
return gr.Notification("System erfolgreich aktualisiert!", title="Fertig", type="info") #gr.Info("System erfolgreich aktualisiert!") #
|
426 |
"""
|
427 |
def show_success():
|
428 |
+
return gr.Info( "System erfolgreich aktualisiert!")
|
429 |
|
430 |
def hide_status():
|
431 |
return gr.Textbox( visible = False)
|