tushar310 commited on
Commit
e30d665
·
verified ·
1 Parent(s): b21671f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: