Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -336,7 +336,7 @@ class WebDesignValidator:
|
|
| 336 |
recommendations.extend(result['recommendations'])
|
| 337 |
return recommendations
|
| 338 |
|
| 339 |
-
if __name__ == "
|
| 340 |
logger.info("===== Application Startup at %s =====", datetime.now().isoformat())
|
| 341 |
try:
|
| 342 |
# Example data to test JSON serialization
|
|
|
|
| 336 |
recommendations.extend(result['recommendations'])
|
| 337 |
return recommendations
|
| 338 |
|
| 339 |
+
if __name__ == "__app__":
|
| 340 |
logger.info("===== Application Startup at %s =====", datetime.now().isoformat())
|
| 341 |
try:
|
| 342 |
# Example data to test JSON serialization
|