Vageesh1 commited on
Commit
c5ed108
·
1 Parent(s): 224b15b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def ui():
90
  placeholder="Paste your Eleven Labs API key",
91
  type="password")
92
 
93
- set_api_key(user_api_key)
94
 
95
  #container for the chat history
96
  response_container = st.container()
 
90
  placeholder="Paste your Eleven Labs API key",
91
  type="password")
92
 
93
+ set_api_key(eleven_labs_api_key)
94
 
95
  #container for the chat history
96
  response_container = st.container()