hanbin commited on
Commit
09fb62f
1 Parent(s): 1dcac30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -88,6 +88,7 @@ def init_sidebar():
88
  logo = "./image/laomo.png"
89
  st.sidebar.image(logo)
90
  st.sidebar.title("劳模风范")
 
91
  st.sidebar.image("./image/laomo1.png", use_column_width=True)
92
  st.sidebar.image("./image/laomo2.png", use_column_width=True)
93
  st.sidebar.image("./image/laomo3.png", use_column_width=True)
@@ -102,6 +103,7 @@ def init_content():
102
  :return:
103
  """
104
  # Customize page title
 
105
  st.title("劳模智能体(Agent)")
106
 
107
  st.markdown(
@@ -111,7 +113,6 @@ def init_content():
111
  )
112
  # 插入图片,让图片自适应
113
 
114
- st.image("./image/title.png",use_column_width=True)
115
 
116
  # st.header("Instructions")
117
  #
 
88
  logo = "./image/laomo.png"
89
  st.sidebar.image(logo)
90
  st.sidebar.title("劳模风范")
91
+ st.sidebar.image("./image/title.png", use_column_width=True)
92
  st.sidebar.image("./image/laomo1.png", use_column_width=True)
93
  st.sidebar.image("./image/laomo2.png", use_column_width=True)
94
  st.sidebar.image("./image/laomo3.png", use_column_width=True)
 
103
  :return:
104
  """
105
  # Customize page title
106
+ st.image("./image/logo.png", use_column_width=True)
107
  st.title("劳模智能体(Agent)")
108
 
109
  st.markdown(
 
113
  )
114
  # 插入图片,让图片自适应
115
 
 
116
 
117
  # st.header("Instructions")
118
  #