Khaled27 commited on
Commit
7cb041c
·
1 Parent(s): e399fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ def get_text():
43
 
44
 
45
  if __name__ == '__app__':
46
- app.run( port=8080)
 
43
 
44
 
45
  if __name__ == '__app__':
46
+ app.run( host=0.0.0.0,port=8080)