123Divyansh commited on
Commit
1e99778
·
verified ·
1 Parent(s): 923dcf5

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -9,7 +9,7 @@ st.title("\U0001F31E Solar Rooftop Analysis")
9
  st.markdown("Upload a rooftop image and provide your location and budget. The system will analyze the rooftop and estimate potential solar installation ROI.")
10
 
11
  # Constants
12
- OPENROUTER_API_KEY = "your_openrouter_api_key_here"
13
  VISION_MODEL_NAME = "opengvlab/internvl3-14b:free"
14
 
15
  # Helpers
 
9
  st.markdown("Upload a rooftop image and provide your location and budget. The system will analyze the rooftop and estimate potential solar installation ROI.")
10
 
11
  # Constants
12
+ OPENROUTER_API_KEY = "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"
13
  VISION_MODEL_NAME = "opengvlab/internvl3-14b:free"
14
 
15
  # Helpers