Update app.py
Browse files
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":
|