FrenkyDema
FrenkyDema
 This is the error it shows This is the **requirements.txt** ``` auto-py-to-exe==2.23.1 customtkinter==4.6.3 Pillow==9.2.0 tk==0.1.0 ```
## Same problem: ### Reproduction link **App.js** ```js "tableRow"} bordered columns={columns} dataSource={data} /> ``` **styles.css** ```css .table { border: 1px solid #ff0000; border-radius: 10px; margin: 10px; } ``` ![Screenshot 2024-05-16...