Page optimization.

This commit is contained in:
戒酒的李白
2025-08-25 21:15:39 +08:00
parent 34c7179af1
commit 1fd70bc8fb
3 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ def display_results(agent: DeepSearchAgent, final_report: str):
st.header("研究结果")
# 结果标签页(已移除下载选项)
tab1, tab2 = st.tabs(["最终报告", "详细信息"])
tab1, tab2 = st.tabs(["研究小结", "引用信息"])
with tab1:
st.markdown(final_report)

View File

@@ -183,7 +183,7 @@ def display_results(agent: DeepSearchAgent, final_report: str):
st.header("研究结果")
# 结果标签页(已移除下载选项)
tab1, tab2 = st.tabs(["最终报告", "详细信息"])
tab1, tab2 = st.tabs(["研究小结", "引用信息"])
with tab1:
st.markdown(final_report)

View File

@@ -181,7 +181,7 @@ def display_results(agent: DeepSearchAgent, final_report: str):
st.header("研究结果")
# 结果标签页(已移除下载选项)
tab1, tab2 = st.tabs(["最终报告", "详细信息"])
tab1, tab2 = st.tabs(["研究小结", "引用信息"])
with tab1:
st.markdown(final_report)