Sarat Chandra commited on
Commit
0110486
1 Parent(s): 72102d4

"Changing Port"

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. fastapi_app.py +0 -0
app.py CHANGED
@@ -82,4 +82,4 @@ def index():
82
  return render_template('index.html', tickers=tickers, selected_ticker=None, predictions=None, last_60_days_data=None)
83
 
84
  if __name__ == '__main__':
85
- app.run(host='0.0.0.0')
 
82
  return render_template('index.html', tickers=tickers, selected_ticker=None, predictions=None, last_60_days_data=None)
83
 
84
  if __name__ == '__main__':
85
+ app.run(host='0.0.0.0',port = 7860)
fastapi_app.py ADDED
File without changes