Lalit Mahale commited on
Commit
3a16987
·
unverified ·
1 Parent(s): f1d03e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@
46
  ## Usage
47
  1. Start the application:
48
  ```bash
49
- python app.py
50
  ```
51
  2. Type in your data queries in natural language, and the system will automatically generate and execute SQL queries, returning results in a user-friendly format.
52
 
 
46
  ## Usage
47
  1. Start the application:
48
  ```bash
49
+ streamlit run app.py
50
  ```
51
  2. Type in your data queries in natural language, and the system will automatically generate and execute SQL queries, returning results in a user-friendly format.
52