Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from openai import OpenAI
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
-
client = OpenAI(api_key="
|
| 5 |
|
| 6 |
def generate_learning_plan(goal, level):
|
| 7 |
prompt = f"Create a detailed, step by step from the scratch and structured 1-week learning plan for someone at {level} level who wants to learn {goal}."
|
|
|
|
| 1 |
from openai import OpenAI
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
+
client = OpenAI(api_key="your_api_key")
|
| 5 |
|
| 6 |
def generate_learning_plan(goal, level):
|
| 7 |
prompt = f"Create a detailed, step by step from the scratch and structured 1-week learning plan for someone at {level} level who wants to learn {goal}."
|