Update app.py
Browse files
app.py
CHANGED
@@ -247,8 +247,8 @@ st.markdown("""
|
|
247 |
/* Button */
|
248 |
.stButton > button {
|
249 |
background-color: #0d6efd;
|
250 |
-
color:
|
251 |
-
border-radius:
|
252 |
padding: 0.5rem 1.25rem;
|
253 |
border: none;
|
254 |
font-weight: 600;
|
@@ -1039,16 +1039,6 @@ st.markdown("</div>", unsafe_allow_html=True)
|
|
1039 |
if st.session_state.get("processing"):
|
1040 |
st.markdown("<script>scrollToBottom();</script>", unsafe_allow_html=True)
|
1041 |
|
1042 |
-
# Beautiful sidebar footer
|
1043 |
-
# with st.sidebar:
|
1044 |
-
# st.markdown("---")
|
1045 |
-
# st.markdown("""
|
1046 |
-
# <div class='contact-section'>
|
1047 |
-
# <h4>📄 Paper on VayuChat</h4>
|
1048 |
-
# <p>Learn more about VayuChat in our <a href='https://arxiv.org/abs/2411.12760' target='_blank'>Research Paper</a>.</p>
|
1049 |
-
# </div>
|
1050 |
-
# """, unsafe_allow_html=True)
|
1051 |
-
|
1052 |
# Dataset Info Section (matching mockup)
|
1053 |
st.markdown("### Dataset Info")
|
1054 |
st.markdown("""
|
|
|
247 |
/* Button */
|
248 |
.stButton > button {
|
249 |
background-color: #0d6efd;
|
250 |
+
color: white;
|
251 |
+
border-radius: 6px;
|
252 |
padding: 0.5rem 1.25rem;
|
253 |
border: none;
|
254 |
font-weight: 600;
|
|
|
1039 |
if st.session_state.get("processing"):
|
1040 |
st.markdown("<script>scrollToBottom();</script>", unsafe_allow_html=True)
|
1041 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1042 |
# Dataset Info Section (matching mockup)
|
1043 |
st.markdown("### Dataset Info")
|
1044 |
st.markdown("""
|