Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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 |
|