samarth upadhyay commited on
Commit
342df16
·
verified ·
1 Parent(s): 4a87918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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