Spaces:
Running
Running
changed description
Browse files
main.py
CHANGED
|
@@ -17,7 +17,7 @@ async def run_streamlit_app():
|
|
| 17 |
)
|
| 18 |
|
| 19 |
st.title("YouTube Agent")
|
| 20 |
-
st.markdown("
|
| 21 |
|
| 22 |
# Get API key from environment or user input
|
| 23 |
env_api_key = os.getenv("OPENAI_API_KEY")
|
|
|
|
| 17 |
)
|
| 18 |
|
| 19 |
st.title("YouTube Agent")
|
| 20 |
+
st.markdown("Upload YouTube videos and ask me anything!")
|
| 21 |
|
| 22 |
# Get API key from environment or user input
|
| 23 |
env_api_key = os.getenv("OPENAI_API_KEY")
|