Skip to content

Commit

Permalink
Page title
Browse files Browse the repository at this point in the history
  • Loading branch information
intellectronica committed Aug 30, 2024
1 parent a241ea2 commit 74720b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def do_generate_flashcards(openai_api_key: str, model: str, num_flashcards

@app.get("/")
def home():
return Form(
return Title('MkFlashcards'), Form(
Container(
Card(NotStr(markdown(ABOUT))),
Grid(
Expand Down

0 comments on commit 74720b1

Please sign in to comment.