alexkueck commited on
Commit
9656ac4
1 Parent(s): 9e8f35c

Update app.py

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