Skip to content

Commit

Permalink
Fix lilac deployer for slashed datasets. (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat authored Jan 4, 2024
1 parent 9ebd89d commit dd3071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lilac_deployer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _next_button():
if ds_builder:
st.session_state.ds_loaded = True
st.session_state.ds_error = None
st.session_state.ds_dataset_name = ds_builder.info.dataset_name
st.session_state.ds_dataset_name = hf_dataset_name
st.session_state.ds_description = ds_builder.info.description
st.session_state.ds_features = ds_builder.info.features
st.session_state.ds_splits = ds_builder.info.splits
Expand Down

0 comments on commit dd3071a

Please sign in to comment.