2828from streamlit .web import cli as stcli
2929from tempfile import NamedTemporaryFile
3030
31- __author__ = "abdeladim-s "
32- __contact__ = "https://github.com/abdeladim-s "
31+ __author__ = "absadiki "
32+ __contact__ = "https://github.com/absadiki "
3333__copyright__ = "Copyright 2023,"
3434__deprecated__ = False
3535__license__ = "GPLv3"
@@ -235,7 +235,7 @@ def _subs_df(subs):
235235<div id="page-container">
236236 <div class="footer">
237237 <p style='font-size: 0.875em;'>
238- Made with ❤ by <a style='display: inline; text-align: left;' href="https://github.com/abdeladim-s " target="_blank">abdeladim-s </a></p>
238+ Made with ❤ by <a style='display: inline; text-align: left;' href="https://github.com/absadiki " target="_blank">absadiki </a></p>
239239 </div>
240240</div>
241241"""
@@ -249,9 +249,9 @@ def webui() -> None:
249249 st .set_page_config (page_title = 'Subs AI' ,
250250 page_icon = "🎞️" ,
251251 menu_items = {
252- 'Get Help' : 'https://github.com/abdeladim-s /subsai' ,
253- 'Report a bug' : "https://github.com/abdeladim-s /subsai/issues" ,
254- 'About' : f"### [Subs AI](https://github.com/abdeladim-s /subsai) \n v{ __version__ } "
252+ 'Get Help' : 'https://github.com/absadiki /subsai' ,
253+ 'Report a bug' : "https://github.com/absadiki /subsai/issues" ,
254+ 'About' : f"### [Subs AI](https://github.com/absadiki /subsai) \n v{ __version__ } "
255255 f"\n \n License: GPLv3"
256256 },
257257 layout = "wide" ,
@@ -265,10 +265,10 @@ def webui() -> None:
265265 st .info (
266266 "This is an open source project and you are very welcome to **contribute** your awesome "
267267 "comments, questions, ideas through "
268- "[discussions](https://github.com/abdeladim-s /subsai/discussions), "
269- "[issues](https://github.com/abdeladim-s /subsai/issues) and "
270- "[pull requests](https://github.com/abdeladim-s /subsai/pulls) "
271- "to the [project repository](https://github.com/abdeladim-s /subsai/). "
268+ "[discussions](https://github.com/absadiki /subsai/discussions), "
269+ "[issues](https://github.com/absadiki /subsai/issues) and "
270+ "[pull requests](https://github.com/absadiki /subsai/pulls) "
271+ "to the [project repository](https://github.com/absadiki /subsai/). "
272272 )
273273
274274 if 'transcribed_subs' in st .session_state :
0 commit comments