ketanchaudhary88 commited on
Commit
a7284f0
Β·
verified Β·
1 Parent(s): 5236f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  from sklearn.model_selection import train_test_split
2
  import torch
3
  from transformers import BertTokenizer, BertForSequenceClassification, Trainer, TrainingArguments
 
4
 
5
 
6
  # Load the CSV file into a pandas DataFrame
 
1
  from sklearn.model_selection import train_test_split
2
  import torch
3
  from transformers import BertTokenizer, BertForSequenceClassification, Trainer, TrainingArguments
4
+ import pandas as pd
5
 
6
 
7
  # Load the CSV file into a pandas DataFrame