Spaces:
Runtime error
Runtime error
Commit
·
9f43bd1
1
Parent(s):
5a302e8
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ DEFAULT_NUMBER_OF_ANSWERS = int(os.getenv("DEFAULT_NUMBER_OF_ANSWERS", "3"))
|
|
151 |
|
152 |
|
153 |
st.set_page_config(
|
154 |
-
page_title="
|
155 |
)
|
156 |
|
157 |
# Persistent state
|
|
|
151 |
|
152 |
|
153 |
st.set_page_config(
|
154 |
+
page_title="GPT3 and Langchain Demo"
|
155 |
)
|
156 |
|
157 |
# Persistent state
|