File size: 310 Bytes
93196f3 71ba500 991eed9 c689c28 |
1 2 3 4 5 6 7 8 |
import streamlit as st
import data_utils
grid_info = xr.open_dataset('ClimSim_low-res_grid-info.nc')
input_mean = xr.open_dataset('input_mean.nc')
input_max = xr.open_dataset('input_max.nc')
input_min = xr.open_dataset('input_min.nc')
output_scale = xr.open_dataset('output_scale.nc')
st.markdown('Streamlit ') |