Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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,
|