ElPierrito commited on
Commit
4c7433d
·
verified ·
1 Parent(s): 1cc5547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -16,7 +16,7 @@ def login(username, password):
16
  return gr.update(), gr.update(), gr.update(), "❌ Login fehlgeschlagen"
17
 
18
  def suggest_campaign(product, goal, channel):
19
- return f"""💡 Idee:
20
  Produkt: {product}
21
  Ziel: {goal}
22
  Kanal: {channel}
@@ -68,8 +68,9 @@ def generate_gantt():
68
  with gr.Blocks() as app:
69
  # Startseite
70
  with gr.Column(visible=True) as start_page:
71
- gr.Markdown("# 👋 Willkommen beim Promo-Planer")
72
- start_btn = gr.Button("➡️ Starten")
 
73
 
74
  # Login-Seite
75
  with gr.Column(visible=False) as login_page:
 
16
  return gr.update(), gr.update(), gr.update(), "❌ Login fehlgeschlagen"
17
 
18
  def suggest_campaign(product, goal, channel):
19
+ return f"""💡 Idee:start
20
  Produkt: {product}
21
  Ziel: {goal}
22
  Kanal: {channel}
 
68
  with gr.Blocks() as app:
69
  # Startseite
70
  with gr.Column(visible=True) as start_page:
71
+ # gr.Image("logo.png", width=200)
72
+ gr.Markdown("# 👋 Willkommen beim Promo-Planer")
73
+ start_btn = gr.Button("➡️ Starten")
74
 
75
  # Login-Seite
76
  with gr.Column(visible=False) as login_page: