MLDeveloper commited on
Commit
9aa13f2
·
verified ·
1 Parent(s): f4bd3e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import openai
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 openai API key (replace with your actual OpenAI API key)
11
- openai.api_key = 'your_openai.api_key_here'
12
 
13
  # Streamlit UI
14
  st.set_page_config(page_title="AI-based Solar Project Estimation Tool", layout="centered")
 
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 openai API key (replace with your actual OpenAI API key)
11
+ openai.api_key = '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'
12
 
13
  # Streamlit UI
14
  st.set_page_config(page_title="AI-based Solar Project Estimation Tool", layout="centered")