Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -679,6 +679,8 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
|
|
679 |
outputs=[status, output]
|
680 |
)
|
681 |
|
|
|
|
|
682 |
# Add dateline examples section below the extraction
|
683 |
# Note: This HTML block must be properly indented to be within the first tab
|
684 |
with gr.Row():
|
@@ -749,6 +751,16 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
|
|
749 |
</div>
|
750 |
""")
|
751 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
|
753 |
|
754 |
with gr.TabItem("π Visualisierung von strukturierten Daten"):
|
|
|
679 |
outputs=[status, output]
|
680 |
)
|
681 |
|
682 |
+
|
683 |
+
|
684 |
# Add dateline examples section below the extraction
|
685 |
# Note: This HTML block must be properly indented to be within the first tab
|
686 |
with gr.Row():
|
|
|
751 |
</div>
|
752 |
""")
|
753 |
|
754 |
+
# Second tab starts here with proper indentation
|
755 |
+
with gr.TabItem("π Visualisierung von strukturierten Daten"):
|
756 |
+
gr.HTML("""
|
757 |
+
<div class="info-box">
|
758 |
+
<h3 style="margin-top: 0;">Visualisieren Sie Daten auf Karten</h3>
|
759 |
+
<p>Laden Sie eine Excel-Tabelle hoch und erstelle eine interaktive Karte.</p>
|
760 |
+
</div>
|
761 |
+
""")
|
762 |
+
|
763 |
+
|
764 |
|
765 |
|
766 |
with gr.TabItem("π Visualisierung von strukturierten Daten"):
|