Spaces:
Sleeping
Sleeping
check_public_endpoint
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys # Add this import to fix the error
|
|
4 |
import datetime
|
5 |
import requests
|
6 |
from checks.failed_check import create_failed_gradio_ui
|
7 |
-
from checks.endpoint_check import
|
8 |
|
9 |
import os
|
10 |
import pytz # Had to give it permission in Code agent
|
|
|
4 |
import datetime
|
5 |
import requests
|
6 |
from checks.failed_check import create_failed_gradio_ui
|
7 |
+
from checks.endpoint_check import check_public_endpoint
|
8 |
|
9 |
import os
|
10 |
import pytz # Had to give it permission in Code agent
|