Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -386,10 +386,7 @@ h2 {
|
|
386 |
}
|
387 |
</style>
|
388 |
"""
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
"""
|
393 |
with gr.Blocks(css=custom_css, title="Daten Strukturieren und Analysieren") as demo:
|
394 |
gr.HTML("""
|
395 |
<div style="text-align: center; margin-bottom: 1rem">
|
|
|
386 |
}
|
387 |
</style>
|
388 |
"""
|
389 |
+
|
|
|
|
|
|
|
390 |
with gr.Blocks(css=custom_css, title="Daten Strukturieren und Analysieren") as demo:
|
391 |
gr.HTML("""
|
392 |
<div style="text-align: center; margin-bottom: 1rem">
|