Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
|
|
11 |
import os
|
12 |
from huggingface_hub import login
|
13 |
login(token = os.getenv('nangelov_hf_token'))
|
14 |
-
FOOTBALL_DATA_TOKEN = os.getenv('
|
15 |
|
16 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
17 |
@tool
|
|
|
11 |
import os
|
12 |
from huggingface_hub import login
|
13 |
login(token = os.getenv('nangelov_hf_token'))
|
14 |
+
FOOTBALL_DATA_TOKEN = os.getenv('football_data_token')
|
15 |
|
16 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
17 |
@tool
|