dabbu2000 commited on
Commit
7831fce
1 Parent(s): a91dd16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ def showRespectiveTweets(chosenDataPoint):
88
 
89
 
90
  if __name__ == '__main__':
91
- dashAppValue.run_server(host = 0.0.0.0, debug=False)
 
88
 
89
 
90
  if __name__ == '__main__':
91
+ dashAppValue.run_server(host='0.0.0.0', debug=False)