DrishtiSharma commited on
Commit
f8769f1
·
verified ·
1 Parent(s): 48a23ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -18,9 +18,6 @@ if not openai_api_key:
18
  # Initialize the LLM
19
  llm = OpenAI(api_token=openai_api_key)
20
 
21
- def validate_and_clean_dataset(dataframe):
22
- # Placeholder for dataset validation and cleaning logic
23
- return dataframe
24
 
25
  def load_dataset_into_session():
26
  input_option = st.radio(
 
18
  # Initialize the LLM
19
  llm = OpenAI(api_token=openai_api_key)
20
 
 
 
 
21
 
22
  def load_dataset_into_session():
23
  input_option = st.radio(