Skip to content

Commit

Permalink
removed question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjrichards committed Mar 6, 2023
1 parent 3fe8647 commit dedfe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def query_index(_index, query_text):

st.title("🦙 Llama Index Demo 🦙")
st.header("Welcome to the Llama Index Streamlit Demo")
st.text("Please enter a query about Paul Graham's essay?")
st.text("Please enter a query about Paul Graham's essays")

text = st.text_input("Query text:")

Expand Down

0 comments on commit dedfe07

Please sign in to comment.