saritha5 commited on
Commit
2bfce2d
·
1 Parent(s): 5d75077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -27,5 +27,16 @@ def fun():
27
  st.header(prediction(sales,MODEL))
28
  if st.button("Predict"):
29
  fun()
 
30
 
31
- st.write("For detail description visit https://huggingface.co/spaces/ThirdEyeData/Retail-Anomaly/blob/main/README.md")
 
 
 
 
 
 
 
 
 
 
 
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
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+ For detail description visit https://huggingface.co/spaces/ThirdEyeData/Retail-Anomaly/blob/main/README.md
41
+
42
+ """)