in src/app/journal.component.ts [207:213]
async ask_question() {
if(this.question == "") {
this.error_message = "Please enter a question to ask Gemini about your journal"
return
}
await this.ask(this.question)
}