Spaces:
Runtime error
Runtime error
xuyingli
commited on
Commit
·
d3daa08
1
Parent(s):
afca0e9
Update app.py
Browse files
app.py
CHANGED
@@ -400,7 +400,11 @@ def input_page(st, **state):
|
|
400 |
"""
|
401 |
<style>
|
402 |
.social-icons {
|
403 |
-
gap:
|
|
|
|
|
|
|
|
|
404 |
}
|
405 |
.social-icons .fa-github {
|
406 |
color: gray;
|
@@ -408,6 +412,10 @@ def input_page(st, **state):
|
|
408 |
.social-icons .fa-twitter {
|
409 |
color: gray;
|
410 |
}
|
|
|
|
|
|
|
|
|
411 |
</style>
|
412 |
""",
|
413 |
unsafe_allow_html=True,
|
@@ -426,10 +434,12 @@ def input_page(st, **state):
|
|
426 |
<div class="social-icons" style='text-align: center; color: black;'>
|
427 |
<a href="https://github.com/xl631212/llm_newsletter/tree/main" target="_blank"><i class="fab fa-github fa-2x"></i></a>
|
428 |
<a href="https://twitter.com/xuying_lee" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
|
|
|
429 |
</div>
|
430 |
""",
|
431 |
unsafe_allow_html=True
|
432 |
)
|
|
|
433 |
st.markdown("<h3 style='text-align: center; color: black;'>Empower Your Day with Real-Time Insights: Leveraging AI for Instant News <br> and Podcast Updates.</h3>", unsafe_allow_html=True)
|
434 |
st.markdown("""
|
435 |
<h4 style='text-align: center; color: #6C6C6C;'>
|
|
|
400 |
"""
|
401 |
<style>
|
402 |
.social-icons {
|
403 |
+
gap: 20px; # Space between icons
|
404 |
+
}
|
405 |
+
.social-icons a {
|
406 |
+
margin-left: 7px;
|
407 |
+
margin-right: 7px;
|
408 |
}
|
409 |
.social-icons .fa-github {
|
410 |
color: gray;
|
|
|
412 |
.social-icons .fa-twitter {
|
413 |
color: gray;
|
414 |
}
|
415 |
+
.social-icons .fa-discord {
|
416 |
+
color: gray;
|
417 |
+
font-size: 2em;
|
418 |
+
}
|
419 |
</style>
|
420 |
""",
|
421 |
unsafe_allow_html=True,
|
|
|
434 |
<div class="social-icons" style='text-align: center; color: black;'>
|
435 |
<a href="https://github.com/xl631212/llm_newsletter/tree/main" target="_blank"><i class="fab fa-github fa-2x"></i></a>
|
436 |
<a href="https://twitter.com/xuying_lee" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
|
437 |
+
<a href="https://discord.gg/ZSMNztFE"><i class="fab fa-discord"></i></a>
|
438 |
</div>
|
439 |
""",
|
440 |
unsafe_allow_html=True
|
441 |
)
|
442 |
+
|
443 |
st.markdown("<h3 style='text-align: center; color: black;'>Empower Your Day with Real-Time Insights: Leveraging AI for Instant News <br> and Podcast Updates.</h3>", unsafe_allow_html=True)
|
444 |
st.markdown("""
|
445 |
<h4 style='text-align: center; color: #6C6C6C;'>
|