I am writing readme for a repository in gitlab, Although I do everything the same as tutorial I have couldnt center align some text in a table here is the code Im using
### Qualitative Result
| Fake | Real |
|:---:|:---:|
| <img src='an address' align="center" width=400 >|<img src='another address' align="center" width=400 >|
The headers are always left-aligned in Chrome and Firefox, and centered in Safari. See https://docs.gitlab.com/ee/user/markdown.html#tables, in the blue box.