Compare commits

...

2 Commits

Author SHA1 Message Date
7b9237b028 change home template title 2024-10-22 04:20:29 -05:00
b93f37729b add debug statement 2024-10-22 04:18:37 -05:00
2 changed files with 3 additions and 1 deletions

View File

@ -37,5 +37,7 @@ chat_session = model.start_chat(
]
)
# print(chat_session.send_message("hello world!").text)

View File

@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<title>EPB Statement Writer</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">