Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,8 +151,8 @@ def search(query):
|
|
151 |
|
152 |
# Total Results
|
153 |
total_qe.append(qe_string)
|
154 |
-
|
155 |
-
|
156 |
|
157 |
st.write("## Results:")
|
158 |
if st.button('Generated Expansion'):
|
|
|
151 |
|
152 |
# Total Results
|
153 |
total_qe.append(qe_string)
|
154 |
+
st.write("E-Commerce Query Expansion Results: \n")
|
155 |
+
st.write(total_qe)
|
156 |
|
157 |
st.write("## Results:")
|
158 |
if st.button('Generated Expansion'):
|