Spaces:
Runtime error
Runtime error
ahmadtalha
commited on
Commit
•
e8225e5
1
Parent(s):
0b58a3c
Update app.py
Browse filesImported 'os' module
app.py
CHANGED
@@ -10,6 +10,7 @@ from dotenv import load_dotenv
|
|
10 |
import requests
|
11 |
from io import BytesIO
|
12 |
import cohere
|
|
|
13 |
|
14 |
title = "# Welcome to AyaTonic"
|
15 |
description = "Learn a New Language With Aya"
|
|
|
10 |
import requests
|
11 |
from io import BytesIO
|
12 |
import cohere
|
13 |
+
import os
|
14 |
|
15 |
title = "# Welcome to AyaTonic"
|
16 |
description = "Learn a New Language With Aya"
|