Update app.py
Browse files
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'
|