Vihang28 commited on
Commit
51ee4e3
·
verified ·
1 Parent(s): ceefbac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ def show_images(image_name):
24
  return image_name
25
 
26
  def concate_image(img_input):
27
- return(type(img_input))
 
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"