MostoHF commited on
Commit
50089e8
·
verified ·
1 Parent(s): d5d91e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,8 +85,8 @@ threshold = st.slider("Выберите cumulative probability threshold", 0.0,
85
 
86
  if st.button("Submit"):
87
  if title or abstract:
88
- st.success(f"✅ Title: {title}")
89
- st.info(f"📑 Abstract: {abstract}")
90
  themes, probs = inference(title, abstract, threshold)
91
  st.subheader("Predicted Themes:")
92
  for i in range(len(themes)):
 
85
 
86
  if st.button("Submit"):
87
  if title or abstract:
88
+ st.success(f"✅ Title")
89
+ st.info(f"📑 Abstract")
90
  themes, probs = inference(title, abstract, threshold)
91
  st.subheader("Predicted Themes:")
92
  for i in range(len(themes)):