Spaces:
Running
Running
Commit
Browse files- Pages/About.py +4 -0
Pages/About.py
CHANGED
@@ -22,6 +22,10 @@ def about_page():
|
|
22 |
st.write(
|
23 |
"This Anime Recommender App is made by [Harshit Singh](https://Harsh502s.github.io/). :ninja:"
|
24 |
)
|
|
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
if __name__ == "__main__":
|
|
|
22 |
st.write(
|
23 |
"This Anime Recommender App is made by [Harshit Singh](https://Harsh502s.github.io/). :ninja:"
|
24 |
)
|
25 |
+
st.write("\n")
|
26 |
+
st.write(
|
27 |
+
"Theme of this app is inspired by Mist Hashira Muichiro Tokito from [Demon Slayer](https://aniwatch.to/demon-slayer-kimetsu-no-yaiba-47)."
|
28 |
+
)
|
29 |
|
30 |
|
31 |
if __name__ == "__main__":
|