Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 518 Bytes

File metadata and controls

23 lines (14 loc) · 518 Bytes

UI Generator

Installation

To install the necessary dependencies, run the following command:

pip install -r requirements.txt

Running the App

To run the app, use the following command:

streamlit run app.py

Configuration

Before running the app, you need to configure your API key in the .env file. Replace YOUR GEMINI KEY with your actual API key to enable the AI functionalities.

You can also select the Gemini model you want and even tell Gemini to use a specific CSS framework.