Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|