charagu-eric commited on
Commit
194c559
·
1 Parent(s): 308c84b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -542,8 +542,8 @@ def main():
542
  fig3 = plt.figure(figsize=(8, 8))
543
  ax3 = fig3.add_subplot(111)
544
 
545
- colors = ["#FF9800", "#2196F3", "#4CAF50"]
546
- explode = (0.1, 0, 0)
547
 
548
  wedges, texts, autotexts = ax3.pie(
549
  breakdown_df["kWh"],
 
542
  fig3 = plt.figure(figsize=(8, 8))
543
  ax3 = fig3.add_subplot(111)
544
 
545
+ colors = ["#FF9800", "#4CAF50"]
546
+ explode = (0.1, 0)
547
 
548
  wedges, texts, autotexts = ax3.pie(
549
  breakdown_df["kWh"],