Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import seaborn as sns
|
|
9 |
from sklearn.preprocessing import LabelEncoder
|
10 |
import streamlit as st
|
11 |
|
12 |
-
st.title("Rouge Component
|
13 |
#Reading Dataset
|
14 |
df = pd.read_csv('identify_rogue_50K_ALL.csv')
|
15 |
print("Dataset Size:",df.shape)
|
|
|
9 |
from sklearn.preprocessing import LabelEncoder
|
10 |
import streamlit as st
|
11 |
|
12 |
+
st.title("Rouge Component Prediction")
|
13 |
#Reading Dataset
|
14 |
df = pd.read_csv('identify_rogue_50K_ALL.csv')
|
15 |
print("Dataset Size:",df.shape)
|