Niharmahesh commited on
Commit
25978d4
·
verified ·
1 Parent(s): d8bcf31

Update app.py

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