Saqib772 commited on
Commit
070d885
·
verified ·
1 Parent(s): 92fab54

fix the indentation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def estimate_repair_cost(damage_type, company, model, year, country):
48
 
49
  try:
50
  # Using client for API call
51
- response = client.chat.completions.create(
52
  model="gpt-4o-mini",
53
  messages=[
54
  {"role": "system", "content": "You are an expert in car repair cost estimation."},
 
48
 
49
  try:
50
  # Using client for API call
51
+ response = client.chat.completions.create(
52
  model="gpt-4o-mini",
53
  messages=[
54
  {"role": "system", "content": "You are an expert in car repair cost estimation."},