Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import requests
|
|
6 |
from io import BytesIO
|
7 |
import re
|
8 |
import pandas as pd
|
9 |
-
from IPython.display import display_html
|
10 |
|
11 |
def fetch_api_endpoint(url):
|
12 |
try:
|
|
|
6 |
from io import BytesIO
|
7 |
import re
|
8 |
import pandas as pd
|
|
|
9 |
|
10 |
def fetch_api_endpoint(url):
|
11 |
try:
|