Update page1.py
Browse files
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 = "
|
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):
|