Bayhaqy commited on
Commit
6d4fa29
1 Parent(s): 840767d

Update pages/News_Scrapping.py

Browse files
Files changed (1) hide show
  1. pages/News_Scrapping.py +1 -2
pages/News_Scrapping.py CHANGED
@@ -5,7 +5,7 @@ from gnews import GNews
5
  # Data Analysis and Profiling
6
  import pandas as pd
7
  from ydata_profiling import ProfileReport
8
- from st_aggrid import AgGrid, GridOptionsBuilder
9
 
10
  # Streamlit for Building the Dashboard
11
  import streamlit as st
@@ -356,7 +356,6 @@ with st.container():
356
  with st.expander("See for Table"):
357
  # Display processed data
358
  if data_processed:
359
- #st.dataframe(df)
360
  AgGrid(df, height=400)
361
 
362
  ## ............................................... ##
 
5
  # Data Analysis and Profiling
6
  import pandas as pd
7
  from ydata_profiling import ProfileReport
8
+ from st_aggrid import AgGrid
9
 
10
  # Streamlit for Building the Dashboard
11
  import streamlit as st
 
356
  with st.expander("See for Table"):
357
  # Display processed data
358
  if data_processed:
 
359
  AgGrid(df, height=400)
360
 
361
  ## ............................................... ##