CoolFace
Apppublic

OpenHands/openhands-index

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
19likes
information_gathering.py9 linesDownload Raw Back to root
1from content import INFORMATION_GATHERING_DESCRIPTION2from category_page_builder import build_category_page3 4# Define the category for this page5CATEGORY_NAME = "Information Gathering"6 7def build_page():8    build_category_page(CATEGORY_NAME, INFORMATION_GATHERING_DESCRIPTION)9