File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,8 +180,18 @@ print(response.choices[0].message.content)
180180
181181## 🏛️ License
182182
183- - Data: [ CC0 1.0 Universal] ( https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-DATA.md ) (public domain)
184- - Code: [ MIT License] ( https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-CODE.md ) — © 2026 [ KudoAI] ( https://www.kudoai.com ) & contributors
183+ <table >
184+ <tr>
185+ <td>Data</td>
186+ <td><a href="https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-DATA.md">CC0 1.0 Universal</a></td>
187+ <td>Public domain</td>
188+ </tr>
189+ <tr>
190+ <td>Code</td>
191+ <td><a href="https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-CODE.md">MIT License</a></td>
192+ <td>© 2026 <a href="https://www.kudoai.com">KudoAI</a> & contributors</td>
193+ </tr>
194+ </table >
185195
186196#
187197
You can’t perform that action at this time.
0 commit comments