openhands openhands commited on
Commit
8be216f
·
1 Parent(s): 0718569

Force rebuild: Trigger HuggingFace Space to fetch latest data from GitHub

Browse files

The 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]>

Files changed (1) hide show
  1. app.py +1 -0
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