DrishtiSharma commited on
Commit
a0ec617
·
verified ·
1 Parent(s): 22ef4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if "df" not in st.session_state:
22
  st.session_state.df = None
23
 
24
  # Dataset loading section
25
- st.subheader("Load Dataset")
26
  input_option = st.radio("Select Dataset Input:", ["Use Hugging Face Dataset", "Upload CSV File"])
27
 
28
  if input_option == "Use Hugging Face Dataset":
 
22
  st.session_state.df = None
23
 
24
  # Dataset loading section
25
+ #st.subheader("Load Dataset")
26
  input_option = st.radio("Select Dataset Input:", ["Use Hugging Face Dataset", "Upload CSV File"])
27
 
28
  if input_option == "Use Hugging Face Dataset":