ElPierrito commited on
Commit
946c118
·
verified ·
1 Parent(s): dfe617c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def generate_gantt():
68
  with gr.Blocks() as app:
69
  # Startseite
70
  with gr.Column(visible=True) as start_page:
71
- gr.Image("Lebensart_black.png", label="", show_label=False, interactive=False)
72
  gr.Markdown("# 👋 Willkommen beim Promo-Planer")
73
  start_btn = gr.Button("➡️ Starten")
74
 
 
68
  with gr.Blocks() as app:
69
  # Startseite
70
  with gr.Column(visible=True) as start_page:
71
+ gr.Image("LA_black.png", label="", show_label=False, interactive=False)
72
  gr.Markdown("# 👋 Willkommen beim Promo-Planer")
73
  start_btn = gr.Button("➡️ Starten")
74