Spaces:
Build error
Build error
Update app.py
Browse files
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(
|
| 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()
|