moazzamdev commited on
Commit
95b8edf
·
verified ·
1 Parent(s): a0f6c1e

Update page1.py

Browse files
Files changed (1) hide show
  1. page1.py +2 -2
page1.py CHANGED
@@ -10,9 +10,9 @@ import io
10
  import time
11
  from PIL import Image
12
  from st_multimodal_chatinput import multimodal_chatinput
13
-
14
  # Set your Google API key here
15
- GOOGLE_API_KEY = "AIzaSyC9ScRqi9g-YghNuS5w7o7Erwtd5RIN_Zo"
16
 
17
 
18
  def convert_to_base64(uploaded_file):
 
10
  import time
11
  from PIL import Image
12
  from st_multimodal_chatinput import multimodal_chatinput
13
+ import os
14
  # Set your Google API key here
15
+ GOOGLE_API_KEY = os.environ.get("api_key")
16
 
17
 
18
  def convert_to_base64(uploaded_file):