Curinha commited on
Commit
a9c5018
·
1 Parent(s): dd8a8e8

Remove trailing newline in app.py for cleaner code formatting

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -133,4 +133,3 @@ def home():
133
 
134
  if __name__ == "__main__":
135
  uvicorn.run(app, host="0.0.0.0", port=7860)
136
-
 
133
 
134
  if __name__ == "__main__":
135
  uvicorn.run(app, host="0.0.0.0", port=7860)