DIS_IPL1 / README.md
Jay-Rajput's picture
Enhanced admin panel
caf5910

A newer version of the Streamlit SDK is available: 1.53.1

Upgrade
metadata
title: DIS IPL Predictions
emoji: 🦀
colorFrom: red
colorTo: pink
sdk: streamlit
sdk_version: 1.32.2
app_file: app.py
pinned: false
license: apache-2.0

DIS IPL Match Predictions App

"Predict, Compete, and Win 🏏 - Where Every Guess Counts! 🏆"

Welcome to the DIS IPL Match Predictions App! This app allows you to predict the outcomes of IPL matches and compete with your colleagues to win exciting prizes.

Getting Started

Prerequisites

  • Python 3.x installed on your system
  • Git installed on your system
  • Pip package manager

Installation

  1. Clone this repository to your local machine using Git:

    git clone <repository_url>
    
  2. Navigate to the cloned repository directory:

    cd ipl-match-predictions-app
    
  3. Install the required Python dependencies using Pip:

    pip install -r requirements.txt
    

Running The APP

  1. After installing the dependencies, you can run the Streamlit app using the following command:

    streamlit run app.py
    
  2. The app will start running locally and open in your default web browser.

Thanks