Spaces:
Runtime error
Runtime error
title change
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ chain = load_chain()
|
|
59 |
|
60 |
# From here down is all the StreamLit UI.
|
61 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
62 |
-
st.header("
|
63 |
|
64 |
if "generated" not in st.session_state:
|
65 |
st.session_state["generated"] = []
|
|
|
59 |
|
60 |
# From here down is all the StreamLit UI.
|
61 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
62 |
+
st.header("Impromptu GPT")
|
63 |
|
64 |
if "generated" not in st.session_state:
|
65 |
st.session_state["generated"] = []
|