Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.write("Find Scholarships, Internships, Online Courses, and more!")
|
|
7 |
|
8 |
# Groq API URL and Authentication
|
9 |
GROQ_API_URL = "https://api.groq.ai"
|
10 |
-
API_KEY = "
|
11 |
import requests
|
12 |
|
13 |
# Set up the Streamlit page
|
|
|
7 |
|
8 |
# Groq API URL and Authentication
|
9 |
GROQ_API_URL = "https://api.groq.ai"
|
10 |
+
API_KEY = "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"
|
11 |
import requests
|
12 |
|
13 |
# Set up the Streamlit page
|