Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,8 @@ def show_images(image_name):
|
|
| 24 |
return image_name
|
| 25 |
|
| 26 |
def concate_image(img_input):
|
| 27 |
-
|
|
|
|
| 28 |
|
| 29 |
|
| 30 |
title = "Compare the Graphs"
|
|
|
|
| 24 |
return image_name
|
| 25 |
|
| 26 |
def concate_image(img_input):
|
| 27 |
+
img_name_lst = img_input.split(',')
|
| 28 |
+
return(img_name_lst)
|
| 29 |
|
| 30 |
|
| 31 |
title = "Compare the Graphs"
|