rairo commited on
Commit
c1e4dae
·
verified ·
1 Parent(s): 98fd5aa

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -558,7 +558,7 @@ Context (may be empty): "{context_text}"
558
 
559
  Return this schema:
560
  {{
561
- "category": "plumbing|electrical|cleaning|moving|handyman|painting|gardening|appliance_repair|other",
562
  "problemSummary": "plain language summary (1-2 sentences)",
563
  "difficulty": "easy|moderate|complex",
564
  "timeEstimate": "e.g. 30-60 minutes, 1-2 hours, 1 day",
@@ -1670,4 +1670,4 @@ def admin_verify_user(target_uid):
1670
  # -----------------------------------------------------------------------------
1671
 
1672
  if __name__ == "__main__":
1673
- app.run(debug=True, host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
 
558
 
559
  Return this schema:
560
  {{
561
+ "category": "plumbing|electrical|cleaning|moving|assembly|beauty|event_setup|handyman|painting|gardening|appliance_repair|other",
562
  "problemSummary": "plain language summary (1-2 sentences)",
563
  "difficulty": "easy|moderate|complex",
564
  "timeEstimate": "e.g. 30-60 minutes, 1-2 hours, 1 day",
 
1670
  # -----------------------------------------------------------------------------
1671
 
1672
  if __name__ == "__main__":
1673
+ app.run(debug=True, host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))