alex6095 commited on
Commit
27801b2
1 Parent(s): 00f8d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ topics_raw = ['IT/과학', '경제', '문화', '미용/건강', '사회', '생
48
  #topic_model, topic_tokenizer = get_topic()
49
  #date_model, date_tokenizer = get_date()
50
 
51
- name = st.side_bar.selectbox('Model', ['Topic Classification', 'Date Prediction'])
52
  if name == 'Topic Classification':
53
  title = 'News Topic Classification'
54
  model, tokenizer = get_topic()
 
48
  #topic_model, topic_tokenizer = get_topic()
49
  #date_model, date_tokenizer = get_date()
50
 
51
+ name = st.sidebar.selectbox('Model', ['Topic Classification', 'Date Prediction'])
52
  if name == 'Topic Classification':
53
  title = 'News Topic Classification'
54
  model, tokenizer = get_topic()