Update app.py
Browse files
app.py
CHANGED
@@ -91,4 +91,5 @@ if prompt := st.chat_input("What is your question?"):
|
|
91 |
# Display info about the app
|
92 |
st.sidebar.title("About")
|
93 |
st.sidebar.info("This is a Streamlit app made by theaimart\nthat uses LangGraph to create a chatbot with access to Wikipedia and ArXiv tools.")
|
94 |
-
# st.sidebar.title("made with love by theaimart")
|
|
|
|
91 |
# Display info about the app
|
92 |
st.sidebar.title("About")
|
93 |
st.sidebar.info("This is a Streamlit app made by theaimart\nthat uses LangGraph to create a chatbot with access to Wikipedia and ArXiv tools.")
|
94 |
+
# st.sidebar.title("made with love by theaimart")
|
95 |
+
#by theaimart
|