Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
melihemin
/
text2sql-demo
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
melihemin
commited on
Dec 30, 2025
Commit
c989187
·
verified
·
1 Parent(s):
24c65bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)