download markdown of conversation useful for github or jira

modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
This commit is contained in:
Russell Ballestrini 2024-09-18 16:27:40 -04:00
parent b257f766f8
commit 75e637002b
3 changed files with 54 additions and 4 deletions

View file

@ -163,11 +163,17 @@
display: block;
padding-right: 0.8em; /* Adjust the padding as needed */
}
#downloadButton {
position: fixed;
top: 10px;
.download-links {
position: absolute;
right: 10px;
top: 10px;
z-index: 1000;
display: flex;
flex-direction: column;
}
.download-links a {
margin-bottom: 5px;
}
</style>