Update space
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def extract_table(url):
|
|
68 |
"""
|
69 |
return html_table
|
70 |
except Exception as e:
|
71 |
-
return f"<p>Error: {str(e)}</p>"
|
72 |
|
73 |
|
74 |
def handle_prepare(index):
|
|
|
68 |
"""
|
69 |
return html_table
|
70 |
except Exception as e:
|
71 |
+
return f"<p>Error: {str(e)}</p>"
|
72 |
|
73 |
|
74 |
def handle_prepare(index):
|