Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ with open("config.yaml", "r") as file:
|
|
12 |
config = yaml.safe_load(file)
|
13 |
|
14 |
st.set_page_config(
|
15 |
-
page_title="
|
16 |
-
page_icon="
|
17 |
)
|
18 |
|
19 |
|
@@ -27,7 +27,7 @@ html_title = '''
|
|
27 |
/* Add other font styling here (optional) */
|
28 |
}
|
29 |
</style>
|
30 |
-
<h1 class="stTitle"
|
31 |
'''
|
32 |
|
33 |
st.write(html_title, unsafe_allow_html=True)
|
|
|
12 |
config = yaml.safe_load(file)
|
13 |
|
14 |
st.set_page_config(
|
15 |
+
page_title="|𓀐𓂺 NCTC OSINT AGENT BY TRHACKNON ╭∩╮( •̀_•́ )╭∩╮",
|
16 |
+
page_icon="𓀐𓂺",
|
17 |
)
|
18 |
|
19 |
|
|
|
27 |
/* Add other font styling here (optional) */
|
28 |
}
|
29 |
</style>
|
30 |
+
<h1 class="stTitle">╭∩╮( -_•́)▄︻テحكـ━一💥NCTC OSINT AGENT💥╾━╤デ╦︻(•̀⤙•́)</h1>
|
31 |
'''
|
32 |
|
33 |
st.write(html_title, unsafe_allow_html=True)
|