Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ scaler = joblib.load("scaler.pkl")
|
|
| 9 |
|
| 10 |
# Function to create AQI gauge chart
|
| 11 |
def create_aqi_gauge(aqi):
|
| 12 |
-
fig, ax = plt.subplots(figsize=(5,
|
| 13 |
|
| 14 |
# Define AQI categories and their color ranges
|
| 15 |
categories = [
|
|
|
|
| 9 |
|
| 10 |
# Function to create AQI gauge chart
|
| 11 |
def create_aqi_gauge(aqi):
|
| 12 |
+
fig, ax = plt.subplots(figsize=(5, 2))
|
| 13 |
|
| 14 |
# Define AQI categories and their color ranges
|
| 15 |
categories = [
|