Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyoactiv committed Dec 13, 2024
1 parent 119e0ea commit 2afd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def on_focus_out(event):

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

# Load image for banner
Expand Down

0 comments on commit 2afd04d

Please sign in to comment.