Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import streamlit as st
|
3 |
import google.generativeai as genai
|
4 |
|
5 |
-
genai.configure(api_key=
|
6 |
|
7 |
# Create the model
|
8 |
generation_config = {
|
|
|
2 |
import streamlit as st
|
3 |
import google.generativeai as genai
|
4 |
|
5 |
+
genai.configure(api_key="AIzaSyAazuUjwDFggjWMsGGg02MnuWhrng_mARE")
|
6 |
|
7 |
# Create the model
|
8 |
generation_config = {
|