Skip to content

Commit 2afd04d

Browse files
committed
update title
1 parent 119e0ea commit 2afd04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def on_focus_out(event):
474474

475475
# Create the main window
476476
root = tk.Tk()
477-
root.title("Handwriting SVG Generator")
477+
root.title("TypeScribe - Text to Handwriting")
478478
root.resizable(False, True)
479479

480480
# Load image for banner

0 commit comments

Comments
 (0)