Yyy0530 commited on
Commit
e2faab3
·
verified ·
1 Parent(s): 27847cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with col1:
76
  )
77
  with col2:
78
  # TopK选择滑块
79
- topk = st.slider(
80
  "Top K", 1, 100, 50, help="choose the number of results to display"
81
  )
82
  # 检索并展示结果
 
76
  )
77
  with col2:
78
  # TopK选择滑块
79
+ top_k = st.slider(
80
  "Top K", 1, 100, 50, help="choose the number of results to display"
81
  )
82
  # 检索并展示结果