ziyadsuper2017 commited on
Commit
99ec16a
·
1 Parent(s): 74fa8e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import streamlit as st
2
- from google.cloud.generativeai import GenerativeModel, Part, Content
3
 
4
  # Configure API key
5
- api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM"
6
  model_name = "gemini-pro"
7
 
8
  # Create model object
 
1
  import streamlit as st
2
+ from google.generativeai import GenerativeModel, Part, Content
3
 
4
  # Configure API key
5
+ api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNME"
6
  model_name = "gemini-pro"
7
 
8
  # Create model object