ziyadsuper2017 commited on
Commit
cb72eb7
·
1 Parent(s): 96e098a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  from google.generativeai import GenerativeModel
4
 
5
  # Set API key as an environment variable
6
- os.environ['GOOGLE_API_KEY'] = "YOUR_GEMINI_API_KEY_HERE"
7
 
8
  # Create chatbot interface
9
  st.title("Gemini API Chatbot")
 
3
  from google.generativeai import GenerativeModel
4
 
5
  # Set API key as an environment variable
6
+ os.environ['GOOGLE_API_KEY'] = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM"
7
 
8
  # Create chatbot interface
9
  st.title("Gemini API Chatbot")