Spaces:
Sleeping
Sleeping
test commit
Browse files
app.py
CHANGED
@@ -73,4 +73,4 @@ if __name__ == "__main__":
|
|
73 |
if st.button('検索'):
|
74 |
stripped_input_text = input_text.strip()
|
75 |
df = get_retrieval_results(index, stripped_input_text, top_k, model, title_df)
|
76 |
-
st.dataframe(df, column_config=column_config, width=720)
|
|
|
73 |
if st.button('検索'):
|
74 |
stripped_input_text = input_text.strip()
|
75 |
df = get_retrieval_results(index, stripped_input_text, top_k, model, title_df)
|
76 |
+
st.dataframe(df, column_config=column_config, width=720)
|