Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
戒酒的李白
2025-08-24 15:01:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cda55abab19ac293df9cf42b3362f019e0da2469
cda55aba
1 parent
5b3f5a7b
Fixing issues with the web interface.
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
SingleEngineApp/insight_engine_streamlit_app.py
SingleEngineApp/media_engine_streamlit_app.py
SingleEngineApp/query_engine_streamlit_app.py
SingleEngineApp/insight_engine_streamlit_app.py
View file @
cda55ab
...
...
@@ -50,15 +50,16 @@ def main():
# 简化的研究查询展示区域
# 如果有自动查询,使用它作为默认值,否则显示占位符
display_query
=
auto_query
if
auto_query
else
"等待从主页面接收
搜索查询
..."
display_query
=
auto_query
if
auto_query
else
"等待从主页面接收
分析内容
..."
# 只读的查询展示区域
st
.
text_area
(
""
,
"
当前查询
"
,
value
=
display_query
,
height
=
100
,
disabled
=
True
,
help
=
"查询内容由主页面的搜索框控制"
help
=
"查询内容由主页面的搜索框控制"
,
label_visibility
=
"hidden"
)
# 自动搜索逻辑
...
...
SingleEngineApp/media_engine_streamlit_app.py
View file @
cda55ab
...
...
@@ -50,15 +50,16 @@ def main():
# 简化的研究查询展示区域
# 如果有自动查询,使用它作为默认值,否则显示占位符
display_query
=
auto_query
if
auto_query
else
"等待从主页面接收
搜索查询
..."
display_query
=
auto_query
if
auto_query
else
"等待从主页面接收
分析内容
..."
# 只读的查询展示区域
st
.
text_area
(
""
,
"
当前查询
"
,
value
=
display_query
,
height
=
100
,
disabled
=
True
,
help
=
"查询内容由主页面的搜索框控制"
help
=
"查询内容由主页面的搜索框控制"
,
label_visibility
=
"hidden"
)
# 自动搜索逻辑
...
...
SingleEngineApp/query_engine_streamlit_app.py
View file @
cda55ab
...
...
@@ -50,15 +50,16 @@ def main():
# 简化的研究查询展示区域
# 如果有自动查询,使用它作为默认值,否则显示占位符
display_query
=
auto_query
if
auto_query
else
"等待从主页面接收
搜索查询
..."
display_query
=
auto_query
if
auto_query
else
"等待从主页面接收
分析内容
..."
# 只读的查询展示区域
st
.
text_area
(
""
,
"
当前查询
"
,
value
=
display_query
,
height
=
100
,
disabled
=
True
,
help
=
"查询内容由主页面的搜索框控制"
help
=
"查询内容由主页面的搜索框控制"
,
label_visibility
=
"hidden"
)
# 自动搜索逻辑
...
...
Please
register
or
login
to post a comment