Emil25 commited on
Commit
f8ee789
·
verified ·
1 Parent(s): 84b4234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -114,8 +114,7 @@ def visualize_data(df: pd.DataFrame):
114
  Visualizes the data from the input DataFrame and returns a matplotlib figure object.
115
  Args: df (DataFrame): The input DataFrame containing the data to be visualized.
116
  Returns: fig: A matplotlib figure object
117
- """
118
- st.header('Эмоциональная окраска комментариев на YouTube')
119
  data = df['label'].value_counts()
120
  fig, ax = plt.subplots()
121
  plt.title("Эмоциональная окраска комментариев на YouTube")
 
114
  Visualizes the data from the input DataFrame and returns a matplotlib figure object.
115
  Args: df (DataFrame): The input DataFrame containing the data to be visualized.
116
  Returns: fig: A matplotlib figure object
117
+ """
 
118
  data = df['label'].value_counts()
119
  fig, ax = plt.subplots()
120
  plt.title("Эмоциональная окраска комментариев на YouTube")