CoderHassan commited on
Commit
4f3ac5f
·
verified ·
1 Parent(s): bbc9a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+