Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ col_1, col_2 = st.columns([2, 4])
|
|
50 |
with col_1:
|
51 |
index_example = st.number_input(f"Extension {chosen_ext} has {max_docs} files, choose one to visualize:", min_value=0, max_value=max_docs-1, value=0, step=1)
|
52 |
|
53 |
-
|
54 |
# info about the chosen example
|
55 |
example = samples[index_example]
|
56 |
st.markdown("#### Information about the chosen example:")
|
|
|
50 |
with col_1:
|
51 |
index_example = st.number_input(f"Extension {chosen_ext} has {max_docs} files, choose one to visualize:", min_value=0, max_value=max_docs-1, value=0, step=1)
|
52 |
|
53 |
+
|
54 |
# info about the chosen example
|
55 |
example = samples[index_example]
|
56 |
st.markdown("#### Information about the chosen example:")
|