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