Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from llama_index import SimpleDirectoryReader
|
|
7 |
st.set_page_config(page_title="You & AI - Parks", page_icon="π", layout="centered", initial_sidebar_state="auto", menu_items=None)
|
8 |
openai.api_key = "1234"
|
9 |
st.title("Personalize Your Parks Experience π¬ππ€")
|
10 |
-
st.info("Check out
|
11 |
|
12 |
if "messages" not in st.session_state.keys(): # Initialize the chat messages history
|
13 |
st.session_state.messages = [
|
|
|
7 |
st.set_page_config(page_title="You & AI - Parks", page_icon="π", layout="centered", initial_sidebar_state="auto", menu_items=None)
|
8 |
openai.api_key = "1234"
|
9 |
st.title("Personalize Your Parks Experience π¬ππ€")
|
10 |
+
st.info("Check out more info on DC Parks & Rec at our [website](https://dpr.dc.gov/)", icon="π")
|
11 |
|
12 |
if "messages" not in st.session_state.keys(): # Initialize the chat messages history
|
13 |
st.session_state.messages = [
|