shubham142000 commited on
Commit
1caa55b
·
verified ·
1 Parent(s): 6314cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def main():
14
  st.title("ArXiv Feed Recommendations")
15
 
16
  # User input for model selection
17
- model = st.selectbox("Select Model", ["CosineDistanceClustering", "PU","oneclass"])
18
 
19
  # Upload CSV files
20
  st.subheader("Upload Positive Labeled CSV")
 
14
  st.title("ArXiv Feed Recommendations")
15
 
16
  # User input for model selection
17
+ model = st.selectbox("Select Model", ["PU","oneclass"])
18
 
19
  # Upload CSV files
20
  st.subheader("Upload Positive Labeled CSV")