nguyennghia0902 commited on
Commit
bedc823
·
1 Parent(s): e9443fc

Update Sentiment_analysis

Browse files
streamlit_app.py/pages/Sentiment_Analysis.py CHANGED
@@ -1,10 +1,10 @@
1
  from os import path
2
  import streamlit as st
3
 
4
- # import pickle
5
 
6
  # from tensorflow import keras
7
- import tensorflow as tf
8
  import torch
9
  from torch import nn
10
  from transformers import BertModel, BertTokenizer
 
1
  from os import path
2
  import streamlit as st
3
 
4
+ import pickle
5
 
6
  # from tensorflow import keras
7
+ import tensorflow as tf
8
  import torch
9
  from torch import nn
10
  from transformers import BertModel, BertTokenizer