Pezh commited on
Commit
5110da1
1 Parent(s): 963d0f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ if st.button("Fetch historical data"):
45
  df = get_data()
46
 
47
  if df is not None:
 
48
  # Save historical data to btcusdt_data.pkl
49
  df.to_pickle('btcusdt_data.pkl')
50
  st.write("Data fetched successfully and saved to btcusdt_data.pkl")
 
45
  df = get_data()
46
 
47
  if df is not None:
48
+ st.write(df)
49
  # Save historical data to btcusdt_data.pkl
50
  df.to_pickle('btcusdt_data.pkl')
51
  st.write("Data fetched successfully and saved to btcusdt_data.pkl")