Spaces:
Build error
Build error
Update app.py
Browse files
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(
|