Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def generate_gantt():
|
|
| 73 |
return pio.to_html(fig, full_html=True, include_plotlyjs='cdn')
|
| 74 |
print("=== HTML Output Preview ===")
|
| 75 |
print(html[:500]) # Nur ein Teil
|
| 76 |
-
return html
|
| 77 |
except Exception as e:
|
| 78 |
return f"<b>Fehler:</b> {e}"
|
| 79 |
|
|
|
|
| 73 |
return pio.to_html(fig, full_html=True, include_plotlyjs='cdn')
|
| 74 |
print("=== HTML Output Preview ===")
|
| 75 |
print(html[:500]) # Nur ein Teil
|
| 76 |
+
return html
|
| 77 |
except Exception as e:
|
| 78 |
return f"<b>Fehler:</b> {e}"
|
| 79 |
|