Spaces:
Build error
Build error
Update app.py
Browse files
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(["π
|
| 438 |
with agent_tabs[0]:
|
| 439 |
-
st.markdown("###
|
| 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
|
| 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
|
| 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")
|