Update gain_viz/app.py

This commit is contained in:
G gael 2025-09-25 13:20:40 -04:00
parent 4c3d1a98b7
commit 271fa73131

View File

@ -12,6 +12,7 @@ app = Flask(__name__)
# Path to save the plot image # Path to save the plot image
#PLOT_PATH = os.path.join(os.getcwd(), "plot.png") #PLOT_PATH = os.path.join(os.getcwd(), "plot.png")
os.makedirs("/opt/gain_viz", exist_ok=True)
PLOT_PATH = "/opt/gain_viz/plot.png" PLOT_PATH = "/opt/gain_viz/plot.png"
# Global variables for gain values # Global variables for gain values