AbhayVG commited on
Commit
82fac91
Β·
verified Β·
1 Parent(s): cc052ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- 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():
 
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():