Spaces:
Sleeping
Sleeping
Update page1.py
Browse files
page1.py
CHANGED
|
@@ -9,7 +9,6 @@ import base64
|
|
| 9 |
import io
|
| 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")
|
|
|
|
| 9 |
import io
|
| 10 |
import time
|
| 11 |
from PIL import Image
|
|
|
|
| 12 |
import os
|
| 13 |
# Set your Google API key here
|
| 14 |
GOOGLE_API_KEY = os.environ.get("api_key")
|