seansullivan commited on
Commit
391977c
·
verified ·
1 Parent(s): f430727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,9 +20,9 @@ from langgraph.prebuilt import create_react_agent
20
 
21
  # Show title and description.
22
  st.title("Coder for NextJS Templates")
23
- st.write(
24
  "This chatbot connects to a Next.JS Github Repository to answer questions and modify code "
25
- "given the user's prompt. Please input your repo url and github token to allow the AI to connect, then query it by asking questions or requesting feature changes!"
26
  )
27
 
28
  # Ask user for their Github Repo URL, Github Token, and Anthropic API key via `st.text_input`.
 
20
 
21
  # Show title and description.
22
  st.title("Coder for NextJS Templates")
23
+ st.markdown(
24
  "This chatbot connects to a Next.JS Github Repository to answer questions and modify code "
25
+ "given the user's prompt. Please input your repo url and github token to allow the AI to connect, then query it by asking questions or requesting feature changes! Watch video about this app [here](https://www.youtube.com/watch?v=A3XCfAVWrH4&t=17s)"
26
  )
27
 
28
  # Ask user for their Github Repo URL, Github Token, and Anthropic API key via `st.text_input`.