Kashtan commited on
Commit
44504ac
·
verified ·
1 Parent(s): 48e3085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -73,7 +73,4 @@ def check_topic(topic):
73
  'War': 'war'
74
  }
75
 
76
- return topic_dict[topic]
77
-
78
- if __name__ == "__main__":
79
- app.run(host="0.0.0.0", port=5000)
 
73
  'War': 'war'
74
  }
75
 
76
+ return topic_dict[topic]