saherPervaiz commited on
Commit
89ea4ad
·
verified ·
1 Parent(s): e561de7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def analyze_stress_level(df, anxiety_level, self_esteem, academic_performance, s
17
 
18
  # Function to fetch related health articles from GROC API
19
  def get_health_documents_from_groc(query):
20
- api_key = "YOUR_GROC_API_KEY" # Replace with your actual GROC API key
21
  url = "https://api.groc.com/v1/search"
22
  params = {
23
  "query": query,
 
17
 
18
  # Function to fetch related health articles from GROC API
19
  def get_health_documents_from_groc(query):
20
+ api_key = "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" # Replace with your actual GROC API key
21
  url = "https://api.groc.com/v1/search"
22
  params = {
23
  "query": query,