Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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 = "
|
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
|