Update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,7 @@ def reset_file_input():
|
|
422 |
|
423 |
def show_notification():
|
424 |
print("Funktion wurde aufgerufen")
|
425 |
-
return gr.
|
426 |
|
427 |
|
428 |
########################################
|
|
|
422 |
|
423 |
def show_notification():
|
424 |
print("Funktion wurde aufgerufen")
|
425 |
+
return gr.Notification("System erfolgreich aktualisiert!", title="Fertig", type="info") #gr.Info("System erfolgreich aktualisiert!") #
|
426 |
|
427 |
|
428 |
########################################
|