I am building an GUI application by using Eel Python. The first thing I noticed that - By default the application has chrome icon that I have to change it. But I didn't find any method to do it. So Is their any way to change the icon of the application?
Asked
Active
Viewed 1,289 times
2 Answers
1
Add
<link rel="shortcut icon" type="image/x-icon" href="path_to_icon">
to the head tag in the HTML

Haris Avicenna
- 11
- 1