dashasabirova commited on
Commit
3da4992
1 Parent(s): 489430b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer, AutoModel
5
  import torch.nn as nn
6
  from scipy.special import softmax
7
 
8
- st.markdown("<img width=200px src='https://blog.predanie.ru/wp-content/uploads/2018/10/content_2-1.jpg'>", unsafe_allow_html=True)
9
 
10
  labels_articles = {1: 'Computer Science', 2: 'Economics', 3: "Electrical Engineering And Systems Science",
11
  4: "Mathematics", 5: "Physics", 6: "Quantitative Biology", 7: "Quantitative Finance",
5
  import torch.nn as nn
6
  from scipy.special import softmax
7
 
8
+ st.markdown("<img width=400px src='https://blog.predanie.ru/wp-content/uploads/2018/10/content_2-1.jpg'>", unsafe_allow_html=True)
9
 
10
  labels_articles = {1: 'Computer Science', 2: 'Economics', 3: "Electrical Engineering And Systems Science",
11
  4: "Mathematics", 5: "Physics", 6: "Quantitative Biology", 7: "Quantitative Finance",