OzoneAsai commited on
Commit
0acab85
1 Parent(s): d2540d6

Update outerElectronFl.py

Browse files
Files changed (1) hide show
  1. outerElectronFl.py +1 -1
outerElectronFl.py CHANGED
@@ -114,4 +114,4 @@ def next_question_element2num():
114
 
115
 
116
  if __name__ == '__main__':
117
- app.run(debug=True, port=7860)
 
114
 
115
 
116
  if __name__ == '__main__':
117
+ app.run(debug=True, port=7860,host="0.0.0.0")