Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def load_data_and_plot(media_type, media_identifier, csv_path, folder_path):
|
|
115 |
# Proceed if we found a valid file
|
116 |
if media_file:
|
117 |
prediction_label = extract_prediction_label(media_file, media_type)
|
118 |
-
version_number = extract_version_number(media_file)
|
119 |
|
120 |
# Get the full path to the media file
|
121 |
media_path = os.path.join(folder_path, media_file)
|
|
|
115 |
# Proceed if we found a valid file
|
116 |
if media_file:
|
117 |
prediction_label = extract_prediction_label(media_file, media_type)
|
118 |
+
version_number = extract_version_number(media_file, media_type)
|
119 |
|
120 |
# Get the full path to the media file
|
121 |
media_path = os.path.join(folder_path, media_file)
|