Skip to content

Commit

Permalink
Fix title in template app
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Sep 30, 2024
1 parent b56c2af commit 31eabe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/templates/chat/production/anthropic/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


ui.page_opts(
title="Hello OpenAI Chat",
title="Hello Anthropic Chat",
fillable=True,
fillable_mobile=True,
)
Expand Down

0 comments on commit 31eabe8

Please sign in to comment.