Vetri04 commited on
Commit
ce7ed69
·
verified ·
1 Parent(s): da5df6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
 
5
  # Load the dataset
6
- df = pd.read_csv("climate_data.csv")
7
 
8
 
9
  # Load the LLaMa model and tokenizer
 
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
 
5
  # Load the dataset
6
+ df = pd.read_csv("subdirectory_name/climate_data.csv")
7
 
8
 
9
  # Load the LLaMa model and tokenizer