Spaces:
Sleeping
Sleeping
Niharmahesh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ st.set_page_config(page_title="Prompt easz", layout="centered")
|
|
11 |
|
12 |
# Initialize Notion client
|
13 |
notion = Client(auth=st.secrets["NOTION_API_KEY"])
|
14 |
-
NOTION_DATABASE_ID = "
|
15 |
|
16 |
# Custom CSS to increase text size, beautify the app, and highlight the final message
|
17 |
st.markdown("""
|
|
|
11 |
|
12 |
# Initialize Notion client
|
13 |
notion = Client(auth=st.secrets["NOTION_API_KEY"])
|
14 |
+
NOTION_DATABASE_ID = st.secrets["notiondb"]
|
15 |
|
16 |
# Custom CSS to increase text size, beautify the app, and highlight the final message
|
17 |
st.markdown("""
|