Spaces:
Sleeping
Sleeping
Tharun Gajula
commited on
Commit
·
6ea9636
1
Parent(s):
e096ff1
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from langchain.schema import (
|
|
10 |
)
|
11 |
|
12 |
# From here down is all the StreamLit UI.
|
13 |
-
st.set_page_config(page_title="
|
14 |
st.header("Hey, I'm your Chat GPT")
|
15 |
|
16 |
|
|
|
10 |
)
|
11 |
|
12 |
# From here down is all the StreamLit UI.
|
13 |
+
st.set_page_config(page_title="Langchain Prototype", page_icon=":robot:")
|
14 |
st.header("Hey, I'm your Chat GPT")
|
15 |
|
16 |
|