Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with col1:
|
|
76 |
)
|
77 |
with col2:
|
78 |
# TopK选择滑块
|
79 |
-
|
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 |
# 检索并展示结果
|