burakaytan
commited on
Commit
•
3d4df39
1
Parent(s):
5035261
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
|
|
5 |
import os
|
6 |
|
7 |
url = os.environ['typo_url']
|
8 |
-
api_key = os.environ['
|
9 |
|
10 |
|
11 |
def request_service(text,words):
|
|
|
5 |
import os
|
6 |
|
7 |
url = os.environ['typo_url']
|
8 |
+
api_key = os.environ['api_key']
|
9 |
|
10 |
|
11 |
def request_service(text,words):
|