Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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():
|