Spaces:
Sleeping
Sleeping
changes in app
Browse files- app.py +1 -0
- sentiment_results.xlsx +0 -0
app.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
4 |
from textblob import TextBlob
|
|
|
5 |
|
6 |
def load_data(uploaded_file):
|
7 |
# Load Excel file, supports both .xlsx and .xls
|
|
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
4 |
from textblob import TextBlob
|
5 |
+
import matplotlib.pyplot as plt
|
6 |
|
7 |
def load_data(uploaded_file):
|
8 |
# Load Excel file, supports both .xlsx and .xls
|
sentiment_results.xlsx
ADDED
Binary file (47.6 kB). View file
|
|