Spaces:
Sleeping
Sleeping
rolwinpinto
commited on
initial commit
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ genai.configure(api_key=GOOGLE_API_KEY)
|
|
11 |
new_chat_id = f'{time.time()}'
|
12 |
MODEL_ROLE = 'ai'
|
13 |
AI_AVATAR_ICON = '⚙️'
|
14 |
-
|
15 |
# Create a data/ folder if it doesn't already exist
|
16 |
try:
|
17 |
os.mkdir('data/')
|
|
|
11 |
new_chat_id = f'{time.time()}'
|
12 |
MODEL_ROLE = 'ai'
|
13 |
AI_AVATAR_ICON = '⚙️'
|
14 |
+
#
|
15 |
# Create a data/ folder if it doesn't already exist
|
16 |
try:
|
17 |
os.mkdir('data/')
|