CoderHassan commited on
Commit
20c7738
·
verified ·
1 Parent(s): d4f0702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if "appliance_data" not in st.session_state:
28
  st.session_state.appliance_data = []
29
 
30
  # Groq Client Setup
31
- client = Groq("GROQ_API_KEY"))
32
 
33
  # App Configuration
34
  st.title("EnergyGuru_PowerCalc: AI DRIVEN AL DRIVEN BILL & CARBON FOOTPRINT TRACKER")
 
28
  st.session_state.appliance_data = []
29
 
30
  # Groq Client Setup
31
+ client = Groq("EnergyGuru_PowerCalc")
32
 
33
  # App Configuration
34
  st.title("EnergyGuru_PowerCalc: AI DRIVEN AL DRIVEN BILL & CARBON FOOTPRINT TRACKER")