saritha5 commited on
Commit
9c9a930
·
1 Parent(s): 2bfce2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def fun():
27
  st.header(prediction(sales,MODEL))
28
  if st.button("Predict"):
29
  fun()
30
- a_link = st.multiselect("choose a link", [,url_b])
31
 
32
  st.write("""
33
 
 
27
  st.header(prediction(sales,MODEL))
28
  if st.button("Predict"):
29
  fun()
30
+
31
 
32
  st.write("""
33