Khaled27 commited on
Commit
28df8de
·
1 Parent(s): cb74d7d

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( host=192.168.1.1,port=8080)
 
43
 
44
 
45
  if __name__ == '__app__':
46
+ app.run( host='192.168.1.1',port=8080)