Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ import time
|
|
7 |
import logging
|
8 |
import re
|
9 |
from typing import List, Optional, Dict, Any, Union
|
10 |
-
import markdown
|
11 |
import concurrent.futures
|
12 |
|
13 |
# Set up logging
|
|
|
7 |
import logging
|
8 |
import re
|
9 |
from typing import List, Optional, Dict, Any, Union
|
|
|
10 |
import concurrent.futures
|
11 |
|
12 |
# Set up logging
|