fix, 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-03-12 16:22:07 +01:00
parent 730168ab61
commit 83f71b3f81

View File

@ -1,4 +1,4 @@
from flask import Flask, session, g, render_template_string
from flask import Flask, session, g, render_template_string, Response
from loguru import logger
import json
import plotly.express as px