Spaces:
Sleeping
Sleeping
Commit ·
7497946
1
Parent(s): 5fc1db7
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def load_answer(question):
|
|
| 14 |
|
| 15 |
|
| 16 |
#App UI starts here
|
| 17 |
-
st.set_page_config(page_title="
|
| 18 |
st.header("LangChain Demo")
|
| 19 |
|
| 20 |
#Gets the user input
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
#App UI starts here
|
| 17 |
+
st.set_page_config(page_title="Aryan's Q&A Chatbot", page_icon=":robot:")
|
| 18 |
st.header("LangChain Demo")
|
| 19 |
|
| 20 |
#Gets the user input
|