Skylorjustine commited on
Commit
e38d741
·
verified ·
1 Parent(s): d0bdaec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1045,7 +1045,7 @@ def main():
1045
  # Load revolutionary CSS
1046
  load_revolutionary_css()
1047
 
1048
- # Sidebar removed as requested
1049
 
1050
  # Revolutionary Header
1051
  st.markdown('<h1 class="main-title">DOCUVERSE AI</h1>', unsafe_allow_html=True)
@@ -1069,8 +1069,6 @@ def main():
1069
  if st.button("Q&A", key="top_qa"):
1070
  st.session_state.active_page = 'qa'
1071
 
1072
- # No secondary navigator (removed per request)
1073
-
1074
  if st.session_state.active_page == 'upload':
1075
  st.markdown('<div class="content-section">', unsafe_allow_html=True)
1076
  st.markdown('<h2 class="section-title">Document Upload</h2>', unsafe_allow_html=True)
@@ -1357,7 +1355,7 @@ SUMMARY:
1357
  key="download_pdf_btn"
1358
  )
1359
 
1360
- # Clipboard option removed as requested
1361
 
1362
  st.markdown("---")
1363
  if st.button("Reset", key="reset_summary"):
 
1045
  # Load revolutionary CSS
1046
  load_revolutionary_css()
1047
 
1048
+
1049
 
1050
  # Revolutionary Header
1051
  st.markdown('<h1 class="main-title">DOCUVERSE AI</h1>', unsafe_allow_html=True)
 
1069
  if st.button("Q&A", key="top_qa"):
1070
  st.session_state.active_page = 'qa'
1071
 
 
 
1072
  if st.session_state.active_page == 'upload':
1073
  st.markdown('<div class="content-section">', unsafe_allow_html=True)
1074
  st.markdown('<h2 class="section-title">Document Upload</h2>', unsafe_allow_html=True)
 
1355
  key="download_pdf_btn"
1356
  )
1357
 
1358
+
1359
 
1360
  st.markdown("---")
1361
  if st.button("Reset", key="reset_summary"):