Skip to content

Commit

Permalink
feat: crag ollama chat title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi-ovo committed Mar 24, 2024
1 parent eb1b444 commit ba4c481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ def decide_to_generate(state):

# Run

st.title("Langgraph Demo")
st.title("CRAG Ollama Chat")

st.text("A possible query: Explain how the different types of agent memory work?")
st.text("A possible query: How is the attention mechanism implemented in code in the article?")

# User input
user_question = st.text_input("Please enter your question:")
Expand Down

0 comments on commit ba4c481

Please sign in to comment.