Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
import streamlit as st
|
3 |
import json
|
4 |
import requests
|
|
|
5 |
|
6 |
API_TOKEN = os.environ.get("API_TOKEN")
|
7 |
API_URL = os.environ.get("API_URL")
|
|
|
2 |
import streamlit as st
|
3 |
import json
|
4 |
import requests
|
5 |
+
import os
|
6 |
|
7 |
API_TOKEN = os.environ.get("API_TOKEN")
|
8 |
API_URL = os.environ.get("API_URL")
|