buiding / README.md
nagasurendra's picture
Update README.md
edf5fcf verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
title: Building
emoji: 🍽️
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false

Restaurant App 🍽️

This project is a restaurant app built using Gradio and deployed on Hugging Face Spaces.
It allows users to:

  1. Select items from the menu.
  2. Add customizations or preferences.
  3. Place their order seamlessly.

Features

  • Home Page: Browse and select items.
  • Suggestion Page: Customize selected dishes and add suggestions.
  • Global Cart: Persists selections and customizations across navigation.

Run Locally

To run this project locally:

  1. Install dependencies:
    pip install -r requirements.txt