Arafath10 commited on
Commit
2461462
1 Parent(s): 64c5058

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -158,7 +158,7 @@ async def model_updated_time():
158
  # Endpoint for making predictions
159
  @app.post("/predict")
160
  def predict(
161
- date : str
162
  customer_name: str,
163
  customer_address: str,
164
  customer_phone: str,
 
158
  # Endpoint for making predictions
159
  @app.post("/predict")
160
  def predict(
161
+ date : str,
162
  customer_name: str,
163
  customer_address: str,
164
  customer_phone: str,