alexkueck commited on
Commit
8c8f318
1 Parent(s): 0c67674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Warning("System erfolgreich aktualisiert!") #gr.Info( "System erfolgreich aktualisiert!",elem_id="custom-info")
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)