Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ def main():
|
|
260 |
|
261 |
# 09-11-2024
|
262 |
# html_content=str(list(antwoorden.items())) + '\n\n' + biografie + separate_text_and_table(big5_profiel) + '\n\n' + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE Big5_OCEAN_Psychological_Personality_Profile_From_Answers_To_Questions_Set APP ON HF SPACES VAN [email protected] NAAR [email protected] OP </strong>' + str(datetime.datetime.now()))
|
263 |
-
html_content=str(list(antwoorden.items())) + '\n\n' + biografie + separate_text_and_table(big5_profiel) + '\n\n' + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE Big5_OCEAN_Psychological_Personality_Profile_From_Answers_To_Questions_Set APP ON HF SPACES VAN [email protected] NAAR [email protected] OP </strong>' + str(datetime.datetime.now()))
|
264 |
|
265 |
|
266 |
try:
|
|
|
260 |
|
261 |
# 09-11-2024
|
262 |
# html_content=str(list(antwoorden.items())) + '\n\n' + biografie + separate_text_and_table(big5_profiel) + '\n\n' + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE Big5_OCEAN_Psychological_Personality_Profile_From_Answers_To_Questions_Set APP ON HF SPACES VAN [email protected] NAAR [email protected] OP </strong>' + str(datetime.datetime.now()))
|
263 |
+
html_content=str(list(antwoorden.items())) + '\n\n' + str(biografie) + str(separate_text_and_table(big5_profiel)) + '\n\n' + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE Big5_OCEAN_Psychological_Personality_Profile_From_Answers_To_Questions_Set APP ON HF SPACES VAN [email protected] NAAR [email protected] OP </strong>' + str(datetime.datetime.now()))
|
264 |
|
265 |
|
266 |
try:
|