Skip to content

Commit

Permalink
feat: chnaged title
Browse files Browse the repository at this point in the history
  • Loading branch information
vk-NEU7 committed Aug 14, 2024
1 parent 954d5ec commit ebb45e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
)

# Streamlit UI
st.title("ChatGroq Demo with CVE Data")
st.title("RAG LLM on CVE Data")

# User input
user_prompt = st.text_input("Enter your question:")
Expand Down

0 comments on commit ebb45e1

Please sign in to comment.