#!/bin/bash echo "=== Launching KPI Correlation Analysis Gradio App ===" echo "" echo "Starting the app..." echo "The app will open at http://127.0.0.1:7860 (or similar URL shown below)" echo "" echo "To stop the app, press Ctrl+C" echo "" echo "----------------------------------------" echo "" python3 kpi_correlation_app.py