shawhin commited on
Commit
de6c60b
·
1 Parent(s): b0b8612

changed description

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -17,7 +17,7 @@ async def run_streamlit_app():
17
  )
18
 
19
  st.title("YouTube Agent")
20
- st.markdown("Ask me anything about YouTube videos!")
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")