OzoneAsai commited on
Commit
c18d880
·
1 Parent(s): f995426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,10 +140,10 @@ def home():
140
  def main():
141
  with st.spinner("起動中..."):
142
  # Flaskアプリケーションを非同期で実行
143
- app.run(threaded=True)
144
 
145
  # Streamlitアプリケーションを実行
146
  streamlit_app()
147
 
148
  if __name__ == "__main__":
149
- main(debug=False, host='0.0.0.0', port=8001)
 
140
  def main():
141
  with st.spinner("起動中..."):
142
  # Flaskアプリケーションを非同期で実行
143
+ app.run(threaded=True,debug=False, host='0.0.0.0', port=8001)
144
 
145
  # Streamlitアプリケーションを実行
146
  streamlit_app()
147
 
148
  if __name__ == "__main__":
149
+ main()