darsoarafa commited on
Commit
cea9c10
Β·
verified Β·
1 Parent(s): 893c83f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -434,9 +434,9 @@ if st.session_state.generation_complete:
434
  st.text_area("Your Research Paper", st.session_state.generated_itinerary, height=600)
435
 
436
  with details_tab:
437
- agent_tabs = st.tabs(["πŸ“š Literature Review", "πŸ“ Outline", "✍️ Draft", "πŸ”— Citations", "πŸ–‹οΈ Edited Version"])
438
  with agent_tabs[0]:
439
- st.markdown("### Literature Review")
440
  st.markdown(st.session_state.results.get("literature_review", ""))
441
  with agent_tabs[1]:
442
  st.markdown("### Outline")
@@ -455,7 +455,7 @@ if st.session_state.generation_complete:
455
  col1, col2 = st.columns([2, 1])
456
  with col1:
457
  st.markdown("### " + t("save_itinerary"))
458
- st.markdown("Download your research paper to access it offline or share with your colleagues.")
459
  st.markdown(f"""
460
  <div style="background-color: #f8f9fa; padding: 15px; border-radius: 10px; margin-top: 20px;">
461
  <h4>{t("your_itinerary_file")}</h4>
@@ -471,7 +471,7 @@ if st.session_state.generation_complete:
471
 
472
  with visualization_tab:
473
  st.markdown("### Visualization")
474
- st.markdown("A conceptual diagram or visualization related to your research paper can be displayed here. (Feature under development)")
475
 
476
  with chatbot_tab:
477
  st.markdown("### AI Chat")
 
434
  st.text_area("Your Research Paper", st.session_state.generated_itinerary, height=600)
435
 
436
  with details_tab:
437
+ agent_tabs = st.tabs(["πŸ“š Review", "πŸ“ Outline", "✍️ Draft", "πŸ”— Citations", "πŸ–‹οΈ Edited Version"])
438
  with agent_tabs[0]:
439
+ st.markdown("### Review")
440
  st.markdown(st.session_state.results.get("literature_review", ""))
441
  with agent_tabs[1]:
442
  st.markdown("### Outline")
 
455
  col1, col2 = st.columns([2, 1])
456
  with col1:
457
  st.markdown("### " + t("save_itinerary"))
458
+ st.markdown("Download your FS to access it offline or share with your colleagues.")
459
  st.markdown(f"""
460
  <div style="background-color: #f8f9fa; padding: 15px; border-radius: 10px; margin-top: 20px;">
461
  <h4>{t("your_itinerary_file")}</h4>
 
471
 
472
  with visualization_tab:
473
  st.markdown("### Visualization")
474
+ st.markdown("A conceptual diagram or visualization related to your FS can be displayed here. (Feature under development)")
475
 
476
  with chatbot_tab:
477
  st.markdown("### AI Chat")