INIFanalitica commited on
Commit
4c35ea4
·
1 Parent(s): 9c3523c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='your_google_api_key') # Replace with your Google GEMINI 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')