Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,10 @@ import pandas as pd
|
|
11 |
## Main page
|
12 |
############
|
13 |
|
14 |
-
st.write("# Demonstration for
|
15 |
|
16 |
st.markdown("***Idea is to build a model which will take query as inputs and generate expansion information as outputs.***")
|
17 |
-
image = Image.open('
|
18 |
st.image(image)
|
19 |
|
20 |
st.sidebar.write("# Top-N Selection")
|
|
|
11 |
## Main page
|
12 |
############
|
13 |
|
14 |
+
st.write("# Demonstration for User Query Expansion(QE)")
|
15 |
|
16 |
st.markdown("***Idea is to build a model which will take query as inputs and generate expansion information as outputs.***")
|
17 |
+
image = Image.open('top.png')
|
18 |
st.image(image)
|
19 |
|
20 |
st.sidebar.write("# Top-N Selection")
|