HarryLee commited on
Commit
cea67ad
1 Parent(s): cf380b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ import numpy as np
19
  st.write("# Demonstration for Etsy Query Expansion(Etsy-QE)")
20
 
21
  st.markdown("***Idea is to build a model which will take query as inputs and generate expansion information as outputs.***")
22
- image = Image.open('top.png')
23
  st.image(image)
24
 
25
  st.sidebar.write("# Top-N Selection")
 
19
  st.write("# Demonstration for Etsy Query Expansion(Etsy-QE)")
20
 
21
  st.markdown("***Idea is to build a model which will take query as inputs and generate expansion information as outputs.***")
22
+ image = Image.open('etsy-shop-LLC.png')
23
  st.image(image)
24
 
25
  st.sidebar.write("# Top-N Selection")