ElPierrito commited on
Commit
8d12bf8
·
verified ·
1 Parent(s): b80a39c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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