Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import google.generativeai as genai
|
|
6 |
import time
|
7 |
import arabic_reshaper
|
8 |
from bidi.algorithm import get_display
|
|
|
9 |
|
10 |
# --- CONFIGURATION ---
|
11 |
# It's best practice to load secrets from environment variables in Hugging Face
|
|
|
6 |
import time
|
7 |
import arabic_reshaper
|
8 |
from bidi.algorithm import get_display
|
9 |
+
import os
|
10 |
|
11 |
# --- CONFIGURATION ---
|
12 |
# It's best practice to load secrets from environment variables in Hugging Face
|