yyyycc commited on
Commit
17c37ed
·
verified ·
1 Parent(s): 446012c

Update examples/agent_api_web_demo.py

Browse files
Files changed (1) hide show
  1. examples/agent_api_web_demo.py +5 -5
examples/agent_api_web_demo.py CHANGED
@@ -46,11 +46,11 @@ class StreamlitUI:
46
 
47
  def init_streamlit(self):
48
  """初始化 Streamlit 的 UI 设置。"""
49
- st.set_page_config(
50
- layout='wide',
51
- page_title='lagent-web',
52
- page_icon='./docs/imgs/lagent_icon.png'
53
- )
54
  st.header(':robot_face: :blue[Lagent] Web Demo ', divider='rainbow')
55
 
56
  def setup_sidebar(self):
 
46
 
47
  def init_streamlit(self):
48
  """初始化 Streamlit 的 UI 设置。"""
49
+ # st.set_page_config(
50
+ # layout='wide',
51
+ # page_title='lagent-web',
52
+ # page_icon='./docs/imgs/lagent_icon.png'
53
+ # )
54
  st.header(':robot_face: :blue[Lagent] Web Demo ', divider='rainbow')
55
 
56
  def setup_sidebar(self):