samarth upadhyay commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,6 @@ def run_sql():
|
|
| 158 |
if __name__ == '__main__':
|
| 159 |
# Hugging Face expects port 7860
|
| 160 |
app.run(host="0.0.0.0", port=7860)
|
| 161 |
-
```
|
| 162 |
|
| 163 |
### How to use this API from your HTML/Frontend
|
| 164 |
|
|
|
|
| 158 |
if __name__ == '__main__':
|
| 159 |
# Hugging Face expects port 7860
|
| 160 |
app.run(host="0.0.0.0", port=7860)
|
|
|
|
| 161 |
|
| 162 |
### How to use this API from your HTML/Frontend
|
| 163 |
|