Skip to content

Commit

Permalink
Added newline for new request
Browse files Browse the repository at this point in the history
  • Loading branch information
CURTLab committed May 6, 2024
1 parent 942ced6 commit 1dbbed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void MainWindow::finishedPrompt()
{
m_ui->buttonSend->setEnabled(true);

m_receivedAnswer += "\n\n**Sources:** " + m_sources.join(", ");
m_receivedAnswer += "\n\n**Sources:** " + m_sources.join(", ") + "\n\n";

m_ui->chat->setMarkdown(m_receivedAnswer);
}
Expand Down

0 comments on commit 1dbbed4

Please sign in to comment.