lalaru commited on
Commit
0c67a0f
·
verified ·
1 Parent(s): f006361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,11 +7,12 @@ from streamlit_lottie import st_lottie
7
  from timezonefinder import TimezoneFinder
8
  import pytz
9
  from streamlit_js_eval import get_geolocation
 
10
 
11
  # ---------------------------
12
  # API Key
13
  # ---------------------------
14
- GROQ_API_KEY = "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"
15
 
16
  # ---------------------------
17
  # Rescue numbers dictionary
 
7
  from timezonefinder import TimezoneFinder
8
  import pytz
9
  from streamlit_js_eval import get_geolocation
10
+ import os
11
 
12
  # ---------------------------
13
  # API Key
14
  # ---------------------------
15
+ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
16
 
17
  # ---------------------------
18
  # Rescue numbers dictionary