myshirk commited on
Commit
0e34a3e
1 Parent(s): bdfb32d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,6 @@ def show_model():
5
 
6
  def main():
7
  st.title("Semantic Search for Datasets Using Sentence Transformer")
8
- st.image("noaa_logo.png")
9
 
10
  main()
 
5
 
6
  def main():
7
  st.title("Semantic Search for Datasets Using Sentence Transformer")
8
+ st.image("noaa_logo.png", width=100)
9
 
10
  main()