arshvir commited on
Commit
14e5cba
·
1 Parent(s): 073316d

Fix indentation after NBSP cleanup in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,6 +245,6 @@ def uploaded_file(filename):
245
  return send_from_directory(app.config['UPLOAD_FOLDER'], filename)
246
 
247
  if __name__ == '__main__':
248
- print("🚀 Radiant AI Server (local dev)")
249
  app.run(host='0.0.0.0', port=7860)
250
 
 
245
  return send_from_directory(app.config['UPLOAD_FOLDER'], filename)
246
 
247
  if __name__ == '__main__':
248
+ #print("Radiant AI Server (local dev)")
249
  app.run(host='0.0.0.0', port=7860)
250