Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,4 +115,5 @@ if st.button("Calculate Monthly Bill"):
|
|
| 115 |
st.write(f"**Total Monthly Electricity Bill: PKR {monthly_bill:.2f}**")
|
| 116 |
st.write(f"**Total Carbon Footprint: {carbon_footprint:.2f} kg CO2**")
|
| 117 |
st.write("**AI Model Insight:**")
|
| 118 |
-
st.write(response.choices[0].message.content)
|
|
|
|
|
|
| 115 |
st.write(f"**Total Monthly Electricity Bill: PKR {monthly_bill:.2f}**")
|
| 116 |
st.write(f"**Total Carbon Footprint: {carbon_footprint:.2f} kg CO2**")
|
| 117 |
st.write("**AI Model Insight:**")
|
| 118 |
+
st.write(response.choices[0].message.content)
|
| 119 |
+
|