Update app.py
Browse files
app.py
CHANGED
|
@@ -93,13 +93,10 @@ def ingest_documents(url):
|
|
| 93 |
st.title("Talk to Software Documentation")
|
| 94 |
|
| 95 |
st.markdown("""
|
| 96 |
-
|
| 97 |
-
1.
|
| 98 |
-
2. Enter
|
| 99 |
-
3.
|
| 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():
|