Spaces:
Sleeping
Sleeping
modified app.py
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
|
|
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
|
|
|
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
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
-
TextBlob
|
|
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
+
TextBlob
|
4 |
+
matplotlib
|