melihemin commited on
Commit
c989187
·
verified ·
1 Parent(s): 24c65bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
93
  OR
94
 
95
  ```sql
96
- SELECT students from student;
97
  ```
98
  """
99
  )
 
93
  OR
94
 
95
  ```sql
96
+ SELECT * from students;
97
  ```
98
  """
99
  )