Spaces:
Running
Running
openhands
openhands
commited on
Commit
·
8be216f
1
Parent(s):
0718569
Force rebuild: Trigger HuggingFace Space to fetch latest data from GitHub
Browse filesThe Space appears to be using cached data or needs to re-clone the
openhands-index-results repository. This commit forces a rebuild to
ensure the latest data with real scores is loaded.
Co-authored-by: openhands <[email protected]>
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import sys
|
|
| 5 |
logging.basicConfig(level=logging.INFO, format='%(levelname)s: %(message)s')
|
| 6 |
logger = logging.getLogger(__name__)
|
| 7 |
|
|
|
|
| 8 |
logger.info("Starting OpenHands Index application")
|
| 9 |
|
| 10 |
# Setup mock data before anything else
|
|
|
|
| 5 |
logging.basicConfig(level=logging.INFO, format='%(levelname)s: %(message)s')
|
| 6 |
logger = logging.getLogger(__name__)
|
| 7 |
|
| 8 |
+
# Force rebuild to fetch latest data from GitHub repo
|
| 9 |
logger.info("Starting OpenHands Index application")
|
| 10 |
|
| 11 |
# Setup mock data before anything else
|