HarryLee commited on
Commit
38c9b02
·
1 Parent(s): 6211e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,10 +11,10 @@ import pandas as pd
11
  ## Main page
12
  ############
13
 
14
- st.write("# Demonstration for Etsy Query Expansion(Etsy-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('etsy-shop-LLC.png')
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")