Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,9 +68,9 @@ def generate_gantt():
|
|
| 68 |
with gr.Blocks() as app:
|
| 69 |
# Startseite
|
| 70 |
with gr.Column(visible=True) as start_page:
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
|
| 75 |
# Login-Seite
|
| 76 |
with gr.Column(visible=False) as login_page:
|
|
|
|
| 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:
|