Benny-Tang commited on
Commit
92fe51a
·
verified ·
1 Parent(s): d511c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ class PredictiveAgent:
177
  return {"level": level, "subject": subject, "top_topics": topics, "note": "Predictions are practice-oriented heuristics."}
178
 
179
  if __name__ == "__main__":
180
- demo.launch(server_name="0.0.0.0", server_port=7860)
181
 
182
 
183
 
 
177
  return {"level": level, "subject": subject, "top_topics": topics, "note": "Predictions are practice-oriented heuristics."}
178
 
179
  if __name__ == "__main__":
180
+ demo.launch(server_name="0.0.0.0", server_port=7860)
181
 
182
 
183