Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import json
|
3 |
import google.generativeai as genai
|
4 |
|
5 |
-
GOOGLE_API_KEY="
|
6 |
|
7 |
genai.configure(api_key=GOOGLE_API_KEY)
|
8 |
|
|
|
2 |
import json
|
3 |
import google.generativeai as genai
|
4 |
|
5 |
+
GOOGLE_API_KEY="AIzaSyCUBaL7TdISL7lRuBy19_X0-OsZfgbIgEc"
|
6 |
|
7 |
genai.configure(api_key=GOOGLE_API_KEY)
|
8 |
|