Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ dictionary = ['computer science', 'economics', 'Electrical Engineering and Syste
|
|
46 |
if filter(title, abstract):
|
47 |
model, tokenizer = Model()
|
48 |
logits = Predict(model, tokenizer, text)
|
|
|
49 |
Print(logits, dictionary)
|
50 |
-
st.markdown(f"{model}")
|
51 |
|
52 |
|
|
|
46 |
if filter(title, abstract):
|
47 |
model, tokenizer = Model()
|
48 |
logits = Predict(model, tokenizer, text)
|
49 |
+
st.header("Топ 95%:")
|
50 |
Print(logits, dictionary)
|
|
|
51 |
|
52 |
|