Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds app url for mesop app maker. #842

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions showcase/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ 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",
),
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",
Expand Down
Loading