Update app.py
Browse files
app.py
CHANGED
@@ -746,14 +746,14 @@ if st.session_state.responses:
|
|
746 |
st.markdown("<script>scrollToBottom();</script>", unsafe_allow_html=True)
|
747 |
|
748 |
# Beautiful sidebar footer
|
749 |
-
with st.sidebar:
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
|
758 |
# Statistics (if logging is enabled)
|
759 |
if hf_token and hf_token.strip():
|
|
|
746 |
st.markdown("<script>scrollToBottom();</script>", unsafe_allow_html=True)
|
747 |
|
748 |
# Beautiful sidebar footer
|
749 |
+
# with st.sidebar:
|
750 |
+
# st.markdown("---")
|
751 |
+
# st.markdown("""
|
752 |
+
# <div class='contact-section'>
|
753 |
+
# <h4>π Paper on VayuChat</h4>
|
754 |
+
# <p>Learn more about VayuChat in our <a href='https://arxiv.org/abs/2411.12760' target='_blank'>Research Paper</a>.</p>
|
755 |
+
# </div>
|
756 |
+
# """, unsafe_allow_html=True)
|
757 |
|
758 |
# Statistics (if logging is enabled)
|
759 |
if hf_token and hf_token.strip():
|