Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import markdown
|
|
6 |
|
7 |
def generate_mba_content(topic, api_key):
|
8 |
# Setting up the system prompt (assumed to be securely stored in environment variable)
|
9 |
-
system_prompt= os.environ["system_prompt]
|
10 |
|
11 |
# Initialize Groq client with user-provided API key
|
12 |
try:
|
|
|
6 |
|
7 |
def generate_mba_content(topic, api_key):
|
8 |
# Setting up the system prompt (assumed to be securely stored in environment variable)
|
9 |
+
system_prompt= os.environ["system_prompt"]
|
10 |
|
11 |
# Initialize Groq client with user-provided API key
|
12 |
try:
|