Spaces:
Sleeping
Sleeping
name
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ notion = Client(auth=os.getenv("NOTION_API_KEY"))
|
|
| 7 |
page_id = '67dd09be5b3b44d694996a75c07ecc26'
|
| 8 |
page_id = 'teste-pagina-testada-17417e43c50080b9a0a6f71fa2cf1d20' #s
|
| 9 |
|
| 10 |
-
st.text(notion.users.list()['results']) #[0]['workspace_name'])
|
| 11 |
|
| 12 |
response = notion.pages.retrieve(page_id=page_id)
|
| 13 |
|
|
|
|
| 7 |
page_id = '67dd09be5b3b44d694996a75c07ecc26'
|
| 8 |
page_id = 'teste-pagina-testada-17417e43c50080b9a0a6f71fa2cf1d20' #s
|
| 9 |
|
| 10 |
+
st.text(notion.users.list()['results'][0]['name']) #[0]['workspace_name'])
|
| 11 |
|
| 12 |
response = notion.pages.retrieve(page_id=page_id)
|
| 13 |
|