Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ gr.Interface(fn = process_data,
|
|
| 145 |
gr.Number(label="Mileage Km"),
|
| 146 |
gr.Textbox(lines=1, label="City Register"),
|
| 147 |
gr.Textbox(lines=1, label="Color"),
|
| 148 |
-
gr.Number(label="Engine Capacity
|
| 149 |
gr.Radio(["automatic", "manual"], label="Transmission Type"),
|
| 150 |
# gr.Radio(["imported", "local"], label="Assembly Type"),
|
| 151 |
gr.Radio(["hybrid", "petrol",'diesel'], label="Fuel Type"),
|
|
|
|
| 145 |
gr.Number(label="Mileage Km"),
|
| 146 |
gr.Textbox(lines=1, label="City Register"),
|
| 147 |
gr.Textbox(lines=1, label="Color"),
|
| 148 |
+
gr.Number(label="Engine Capacity (CC)"),
|
| 149 |
gr.Radio(["automatic", "manual"], label="Transmission Type"),
|
| 150 |
# gr.Radio(["imported", "local"], label="Assembly Type"),
|
| 151 |
gr.Radio(["hybrid", "petrol",'diesel'], label="Fuel Type"),
|