Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
dd465fa
1
Parent(s):
4792126
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import json
|
|
11 |
from transformers import pipeline
|
12 |
import matplotlib.pyplot as plt
|
13 |
import plotly.express as px
|
|
|
14 |
|
15 |
|
16 |
class SentimentAnalyzer:
|
|
|
11 |
from transformers import pipeline
|
12 |
import matplotlib.pyplot as plt
|
13 |
import plotly.express as px
|
14 |
+
import pandas as pd
|
15 |
|
16 |
|
17 |
class SentimentAnalyzer:
|