Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
""")
|