Nuno-Tome commited on
Commit
abb9f88
·
1 Parent(s): 2a6d2ae

no message

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ def main():
64
  dataset = load_dataset(shosen_dataset_name,"testedata_readme")
65
  st.write("# FLAG 2")
66
 
67
- st.image(dataset['pasta'][0], caption="Uploaded Image", use_column_width=True)
 
68
  #st.image(dataset[0], caption="Uploaded Image", use_column_width=True)
69
  st.write("# FLAG 3")
70
 
 
64
  dataset = load_dataset(shosen_dataset_name,"testedata_readme")
65
  st.write("# FLAG 2")
66
 
67
+ image_object = dataset['pasta'][0]
68
+ st.image(image_object, caption="Uploaded Image", use_column_width=True)
69
  #st.image(dataset[0], caption="Uploaded Image", use_column_width=True)
70
  st.write("# FLAG 3")
71