ziyadsuper2017 commited on
Commit
554234c
·
1 Parent(s): 76fcda3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import google.generativeai as genai
3
  import streamlit as st
4
 
5
  # Configure the google-generativeai library by providing your API key
6
- genai.configure(api_key="YOUR_API_KEY")
7
 
8
  # Set up the model
9
  generation_config = {
 
3
  import streamlit as st
4
 
5
  # Configure the google-generativeai library by providing your API key
6
+ genai.configure(api_key="AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM")
7
 
8
  # Set up the model
9
  generation_config = {