Spaces:
Sleeping
Sleeping
vishalkatheriya
commited on
Commit
•
6ff5afe
1
Parent(s):
4090fbd
Update app.py
Browse files
app.py
CHANGED
@@ -99,14 +99,14 @@ if uploaded_file is not None:
|
|
99 |
col1, col2, col3, col4, col5 = st.columns(5)
|
100 |
|
101 |
with col1:
|
102 |
-
st.
|
103 |
with col2:
|
104 |
-
st.
|
105 |
with col3:
|
106 |
-
st.
|
107 |
with col4:
|
108 |
-
st.
|
109 |
with col5:
|
110 |
-
st.
|
111 |
else:
|
112 |
st.error("Some error occurred in file upload")
|
|
|
99 |
col1, col2, col3, col4, col5 = st.columns(5)
|
100 |
|
101 |
with col1:
|
102 |
+
st.write(st.session_state.filenames[indices[0][0]])
|
103 |
with col2:
|
104 |
+
st.write(st.session_state.filenames[indices[0][1]])
|
105 |
with col3:
|
106 |
+
st.write(st.session_state.filenames[indices[0][2]])
|
107 |
with col4:
|
108 |
+
st.write(st.session_state.filenames[indices[0][3]])
|
109 |
with col5:
|
110 |
+
st.write(st.session_state.filenames[indices[0][4]])
|
111 |
else:
|
112 |
st.error("Some error occurred in file upload")
|