MLDeveloper commited on
Commit
0b6ddc5
·
verified ·
1 Parent(s): 79b6c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
5
  import openai
6
 
7
  # Load the solar data CSV file
8
- df = pd.read_csv('solar_data_india_2024.csv')
9
 
10
  # Set up the Gemini API (replace with your actual API key)
11
  openai.api_key = 'your_gemini_api_key_here'
 
5
  import openai
6
 
7
  # Load the solar data CSV file
8
+ df = pd.read_csv('https://huggingface.co/spaces/MLDeveloper/AI_based_Solar_Project_Estimation_Tool/resolve/main/solar_data_india_2024.csv')
9
 
10
  # Set up the Gemini API (replace with your actual API key)
11
  openai.api_key = 'your_gemini_api_key_here'