DrishtiSharma commited on
Commit
f9a0ea9
·
verified ·
1 Parent(s): ea65a33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ llm = initialize_llm(model_choice)
35
  def load_dataset_into_session():
36
  input_option = st.radio(
37
  "Select Dataset Input:",
38
- ["Use Repo Directory Dataset", "Use Hugging Face Dataset", "Upload CSV File"],
39
  )
40
 
41
  # Option 1: Load dataset from the repo directory
 
35
  def load_dataset_into_session():
36
  input_option = st.radio(
37
  "Select Dataset Input:",
38
+ ["Use Repo Directory Dataset", "Use Hugging Face Dataset", "Upload CSV File"], index=0, horizontal=True
39
  )
40
 
41
  # Option 1: Load dataset from the repo directory