dashasabirova commited on
Commit
9c43379
1 Parent(s): 348a64a

Update app.py

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