rosemariafontana commited on
Commit
22b70e1
·
verified ·
1 Parent(s): ca500b1

Update process_data.py

Browse files
Files changed (1) hide show
  1. process_data.py +1 -1
process_data.py CHANGED
@@ -7,7 +7,7 @@ from enum import Enum
7
  from gradio_toggle import Toggle
8
  import json
9
 
10
- from schema_classes import FarmActivities, Interactions, Trial, FarmActivitiesLite, PlantingLite, Log, Soil, Yield
11
 
12
 
13
  # This API key must be in a "secret" in your environment. This is generated from OpenAI or the company's website that creates the model you wish to engage with.
 
7
  from gradio_toggle import Toggle
8
  import json
9
 
10
+ from schema_classes import FarmActivities, Interactions, Trial, FarmActivitiesLite, PlantingLite, Log, Soil, Yield, InteractionsLite, TrialLite
11
 
12
 
13
  # This API key must be in a "secret" in your environment. This is generated from OpenAI or the company's website that creates the model you wish to engage with.