From 176028fe03ba6db06b3e922e5875591cef2f4f4a Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 25 Aug 2024 17:12:54 -0700 Subject: [PATCH] Adds app url for mesop app maker. I added Mesop App Maker to to Hugging Face. It's not ideal, since users need to create their own runner in Hugging Face Spaces. It's prettty easy to do. Just need to duplicate the Mesop App Runner space and set a "runner token". The runner token is just a basic way to block people from randomly using other people's runner instances. Also added a link to the Hugging Face Jeopardy Mesop app. --- showcase/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/showcase/main.py b/showcase/main.py index 5f4f312b6..20bbb80a6 100644 --- a/showcase/main.py +++ b/showcase/main.py @@ -59,6 +59,7 @@ class Section: Resource( title="Mesop App Maker", description="Generate apps with Mesop using LLMs", + app_url="https://huggingface.co/spaces/richard-to/mesop-app-maker", img_url="https://github.com/user-attachments/assets/1a826d44-c87b-4c79-aeaf-29bc8da3b1c0", github_url="https://github.com/richard-to/mesop-app-maker", github_username="richard-to", @@ -66,6 +67,7 @@ class Section: Resource( title="Mesop Jeopardy", description="A simple jeopardy game built using Mesop", + app_url="https://huggingface.co/spaces/richard-to/mesop-jeopardy", img_url="https://github.com/richard-to/mesop-jeopardy/assets/539889/bc27447d-129f-47ae-b0b1-8f5c546762ed", github_url="https://github.com/richard-to/mesop-jeopardy", github_username="richard-to",