JayRaghav commited on
Commit
295a358
·
verified ·
1 Parent(s): 883a049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 1.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 = [