visualizingjp commited on
Commit
5639350
Β·
verified Β·
1 Parent(s): 09a1cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,7 +101,7 @@ def image_search(query, corpus, name, n_results=24):
101
 
102
 
103
  description = """
104
- # Semantic image search
105
 
106
  **怜紒θͺžγ‚’ε…₯εŠ›γ—γ¦γ‹γ‚‰ Enter γ‚­γƒΌγ‚’ζŠΌγ—γ¦γγ γ•γ„**
107
 
@@ -158,7 +158,7 @@ def main():
158
  unsafe_allow_html=True,
159
  )
160
  st.sidebar.markdown(description)
161
- with st.sidebar.expander("Advanced use"):
162
  st.markdown(howto)
163
  # mode = st.sidebar.selectbox(
164
  # "", ["Results for ViT-L/14@336px", "Comparison of 2 models"], index=0
 
101
 
102
 
103
  description = """
104
+ # ζ„ε‘³γ«γ‚ˆγ‚‹η”»εƒζ€œη΄’
105
 
106
  **怜紒θͺžγ‚’ε…₯εŠ›γ—γ¦γ‹γ‚‰ Enter γ‚­γƒΌγ‚’ζŠΌγ—γ¦γγ γ•γ„**
107
 
 
158
  unsafe_allow_html=True,
159
  )
160
  st.sidebar.markdown(description)
161
+ with st.sidebar.expander("高度γͺ使用方法"):
162
  st.markdown(howto)
163
  # mode = st.sidebar.selectbox(
164
  # "", ["Results for ViT-L/14@336px", "Comparison of 2 models"], index=0