Skip to content

Commit 574e0d5

Browse files
committed
update (webui): fix broken links
1 parent a497450 commit 574e0d5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/subsai/webui.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
from streamlit.web import cli as stcli
2929
from 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) \nv{__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) \nv{__version__} "
255255
f"\n \nLicense: 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

Comments
 (0)