Jeremy Live
Revert "API solved"
241f37e

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
title: Chatbot SQL Agent with Gemini
emoji: πŸ”
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.41.1
app_file: app.py
pinned: false

Chatbot SQL Agent with Gemini

A powerful chatbot that can answer questions by querying your SQL database using Google's Gemini model.

Features

  • Natural language to SQL query conversion
  • Interactive chat interface
  • Direct database connectivity
  • Powered by Google's Gemini AI

Setup

  1. Set up your environment variables in .env file
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: python app.py

Check out the configuration reference for more options.