Niharmahesh commited on
Commit
7d468dd
·
verified ·
1 Parent(s): 4a67a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 =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
 
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