Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,9 +79,9 @@ def create_label(background_image, model_data):
|
|
79 |
# You can customize the positions, colors, etc. For instance:
|
80 |
# We'll just place the text in a simple stacked format at a fixed position.
|
81 |
# Position variables (x, y) - Adjust as needed.
|
82 |
-
x_position =
|
83 |
-
y_position =
|
84 |
-
line_spacing =
|
85 |
|
86 |
# Extracting data from the row. Customize these lines based on your CSV columns.
|
87 |
model_name = f"Model: {model_data['Model']}"
|
|
|
79 |
# You can customize the positions, colors, etc. For instance:
|
80 |
# We'll just place the text in a simple stacked format at a fixed position.
|
81 |
# Position variables (x, y) - Adjust as needed.
|
82 |
+
x_position = 75
|
83 |
+
y_position = 350
|
84 |
+
line_spacing = 50
|
85 |
|
86 |
# Extracting data from the row. Customize these lines based on your CSV columns.
|
87 |
model_name = f"Model: {model_data['Model']}"
|