nagasurendra commited on
Commit
4f833eb
·
verified ·
1 Parent(s): 769aae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -331,5 +331,7 @@ html_code = """
331
  </script>
332
  </body>
333
  </html>
 
334
 
335
-
 
 
331
  </script>
332
  </body>
333
  </html>
334
+ """
335
 
336
+ if __name__ == "__main__":
337
+ app.run(host="0.0.0.0", port=7860)