bgamazay commited on
Commit
a25259c
·
verified ·
1 Parent(s): 2439d82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = 350
83
- y_position = 400
84
- line_spacing = 30
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']}"