diff --git a/frontend/web_ui.py b/frontend/web_ui.py index 881b6ae..70da079 100644 --- a/frontend/web_ui.py +++ b/frontend/web_ui.py @@ -1,3 +1,5 @@ +import matplotlib +matplotlib.use('Agg') from flask import Flask, flash, redirect, render_template, request, make_response import matplotlib.pyplot as plt import io