Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def transcribe(audio, text):
|
|
79 |
|
80 |
# Upload the chat transcript to Notion
|
81 |
df = pd.DataFrame([chat_transcript])
|
82 |
-
notion_df.upload(df, 'https://www.notion.so/US-62e861a0b35f43da8ef9a7789512b8c2?pvs=4', title=str(published_date), api_key=API_KEY)
|
83 |
|
84 |
# Reset the messages list and answer counter
|
85 |
messages = [initial_message]
|
|
|
79 |
|
80 |
# Upload the chat transcript to Notion
|
81 |
df = pd.DataFrame([chat_transcript])
|
82 |
+
notion_df.upload(df, 'https://www.notion.so/US-62e861a0b35f43da8ef9a7789512b8c2?pvs=4', title=str(published_date+'FULL'), api_key=API_KEY)
|
83 |
|
84 |
# Reset the messages list and answer counter
|
85 |
messages = [initial_message]
|