sanjaystarc commited on
Commit
44a63a7
·
verified ·
1 Parent(s): fdf2f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import requests
6
  import json
7
  import time
8
  import matplotlib.pyplot as plt # Explicitly imported for use in exec() scope
 
9
 
10
  # --- CONFIG ---
11
  # Note: GEMINI_API_KEY is retrieved from environment variables/secrets.
 
6
  import json
7
  import time
8
  import matplotlib.pyplot as plt # Explicitly imported for use in exec() scope
9
+ import seaborn as sns
10
 
11
  # --- CONFIG ---
12
  # Note: GEMINI_API_KEY is retrieved from environment variables/secrets.