Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 441 Bytes

File metadata and controls

16 lines (10 loc) · 441 Bytes

SQL Database App

This application allows you to connect to a SQL database and generate SQL queries from natural language. The application generates the SQL query. The application will display the results of the query in a table format.

SQL Database App

To run the app

  • Clone the repository
  • Install the requirements.txt file
  • Run the app.py file
streamlit run app.py