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

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 = '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'
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")