Spaces:
Sleeping
Sleeping
INIFanalitica
commited on
Commit
·
4c35ea4
1
Parent(s):
9c3523c
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def generate_response(cleaned_input, model):
|
|
39 |
def principal():
|
40 |
st.title("Formateador de Entrevistas")
|
41 |
|
42 |
-
genai.configure(api_key='
|
43 |
|
44 |
# Choose the Gemini model
|
45 |
model = genai.GenerativeModel('gemini-pro')
|
|
|
39 |
def principal():
|
40 |
st.title("Formateador de Entrevistas")
|
41 |
|
42 |
+
genai.configure(api_key='AIzaSyCVqyQJSEN3vZcYRmCogVmHxlmYkzCUxdQ') # Replace with your Google GEMINI API key
|
43 |
|
44 |
# Choose the Gemini model
|
45 |
model = genai.GenerativeModel('gemini-pro')
|