red1xe commited on
Commit
cd3fe38
1 Parent(s): f100939

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -12,9 +12,7 @@ huggingface_dataset_name = "red1xe/code_instructions"
12
  if st.button("Load Dataset"):
13
  with st.spinner('Loading Dataset...'):
14
  dataset = load_dataset(huggingface_dataset_name)
15
-
16
- if st.button("Show Dataset"):
17
- st.write(dataset)
18
 
19
  if st.button("Load Model"):
20
  with st.spinner('Loading Model...'):
 
12
  if st.button("Load Dataset"):
13
  with st.spinner('Loading Dataset...'):
14
  dataset = load_dataset(huggingface_dataset_name)
15
+ st.write(dataset)
 
 
16
 
17
  if st.button("Load Model"):
18
  with st.spinner('Loading Model...'):