Prat0 commited on
Commit
0e25d1f
·
verified ·
1 Parent(s): 3764f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -93,13 +93,10 @@ def ingest_documents(url):
93
  st.title("Talk to Software Documentation")
94
 
95
  st.markdown("""
96
- This tool allows you to chat with software documentation. Here's how to use it:
97
- 1. Enter the URL of the documentation you want to chat about (optional if using an existing collection).
98
- 2. Enter the collection name for the vector store.
99
- 3. Click the "Ingest and Setup" button to crawl the documentation (if URL provided) and set up the query engine.
100
- 4. Once setup is complete, enter your query in the text box.
101
- 5. Click "Search" to get a response based on the documentation.
102
- 6. View your chat history in the sidebar.
103
  """)
104
 
105
  with streamlit_analytics.track():
 
93
  st.title("Talk to Software Documentation")
94
 
95
  st.markdown("""
96
+ Be the programmer you've always wanted to be.
97
+ 1. Paste doc link
98
+ 2. Enter a Collection name
99
+ 3. Ask any question you want
 
 
 
100
  """)
101
 
102
  with streamlit_analytics.track():