Sanjayraju30 commited on
Commit
2983fef
·
verified ·
1 Parent(s): a98d811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,4 +97,5 @@ app.layout = html.Div([
97
  ])
98
 
99
  if __name__ == "__main__":
100
- app.run_server(debug=False, host="0.0.0.0", port=7860)
 
 
97
  ])
98
 
99
  if __name__ == "__main__":
100
+ app.run(debug=False, host="0.0.0.0", port=7860)
101
+