Spaces:
Sleeping
Sleeping
Uncommented Sidebar Code
Browse files
app.py
CHANGED
|
@@ -27,13 +27,13 @@ import base64
|
|
| 27 |
|
| 28 |
st.header("LangChain 🦜🔗 Documentation - Helper ChatBot")
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
|
| 38 |
|
| 39 |
if "user_prompt_history" not in st.session_state:
|
|
|
|
| 27 |
|
| 28 |
st.header("LangChain 🦜🔗 Documentation - Helper ChatBot")
|
| 29 |
|
| 30 |
+
st.sidebar.markdown(
|
| 31 |
+
"""
|
| 32 |
+
This is Langchain Helper Bot.
|
| 33 |
+
What this offers is easy scraping of Langchain documentation.
|
| 34 |
+
Instead of going through tedious Langchain documentation, just submit your query over here about any langchain topic and you will get the answer.
|
| 35 |
+
"""
|
| 36 |
+
)
|
| 37 |
|
| 38 |
|
| 39 |
if "user_prompt_history" not in st.session_state:
|