Spaces:
Running
Running
Shahzad8515
commited on
Commit
•
e266c0b
1
Parent(s):
756bb52
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,8 @@ import google.generativeai as genai
|
|
3 |
import os
|
4 |
|
5 |
# Configure Google Gemini API
|
6 |
-
|
|
|
7 |
|
8 |
# Sidebar for input questions
|
9 |
st.sidebar.title("Prompt Engineering for AI Application")
|
|
|
3 |
import os
|
4 |
|
5 |
# Configure Google Gemini API
|
6 |
+
export API_KEY="AIzaSyBoPRKPvsVcMZ4e7HumwGEnfXLqee_WDBo"
|
7 |
+
genai.configure(api_key=os.environ["API_KEY"])
|
8 |
|
9 |
# Sidebar for input questions
|
10 |
st.sidebar.title("Prompt Engineering for AI Application")
|