sadak commited on
Commit
4999557
1 Parent(s): 2e2fd42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ prompt=[
39
  the SQL command will be something like this SELECT COUNT(*) FROM STUDENT ;
40
  \nExample 2 - Tell me all the students studying in Data Science class?,
41
  the SQL command will be something like this SELECT * FROM STUDENT
42
- where CLASS="Data Science";
43
  also the sql code should not have ``` in beginning or end and sql word in output
44
 
45
  """
 
39
  the SQL command will be something like this SELECT COUNT(*) FROM STUDENT ;
40
  \nExample 2 - Tell me all the students studying in Data Science class?,
41
  the SQL command will be something like this SELECT * FROM STUDENT
42
+ where CLASS="Data Science"; And show me the data in tabular format if possible.
43
  also the sql code should not have ``` in beginning or end and sql word in output
44
 
45
  """