berak commited on
Commit
e8f59d4
·
1 Parent(s): 061d130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ data = load_data(10000)
25
  # Notify the reader that the data was successfully loaded.
26
  data_load_state.text('Loading data...done!')
27
 
28
- st.subheader('Raw data')
29
  st.write(data)
 
25
  # Notify the reader that the data was successfully loaded.
26
  data_load_state.text('Loading data...done!')
27
 
28
+ #st.subheader('Raw data')
29
  st.write(data)