Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import json
|
|
10 |
import arxiv
|
11 |
from utils import get_md_text_abstract, search_cleaner, get_arxiv_live_search
|
12 |
from dotenv import load_dotenv
|
13 |
-
|
14 |
load_dotenv()
|
15 |
|
16 |
USERNAME = os.getenv("USERNAME")
|
|
|
10 |
import arxiv
|
11 |
from utils import get_md_text_abstract, search_cleaner, get_arxiv_live_search
|
12 |
from dotenv import load_dotenv
|
13 |
+
import os
|
14 |
load_dotenv()
|
15 |
|
16 |
USERNAME = os.getenv("USERNAME")
|