folarino commited on
Commit
4eadcac
·
verified ·
1 Parent(s): ad41035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import google.generativeai as genai
2
  import streamlit as st
3
 
4
  # Configure the Gemini API
5
- genai.configure(api_key="AIzaSyA_hUKz8GkbJ4-esHIJ2OtFlU031DpehP0")
6
 
7
  # Load the prompt from the guidelines.txt file
8
  def load_prompt():
 
2
  import streamlit as st
3
 
4
  # Configure the Gemini API
5
+ genai.configure(api_key="AIzaSyBTOa1Dpbr8kSJxius_MKJf5M9H2_DlT9o")
6
 
7
  # Load the prompt from the guidelines.txt file
8
  def load_prompt():