Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -13,7 +13,7 @@ col1, col2, col3 = st.columns([2, 4, 1])
|
|
| 13 |
with col2:
|
| 14 |
st.title(":blue[Great] Lens 🕵️♂️")
|
| 15 |
|
| 16 |
-
notebook = uploaded_files = st.file_uploader(label='Upload the notebook',
|
| 17 |
|
| 18 |
if notebook:
|
| 19 |
grammar_tab, = st.tabs(['Grammar/Fact'])
|
|
|
|
| 13 |
with col2:
|
| 14 |
st.title(":blue[Great] Lens 🕵️♂️")
|
| 15 |
|
| 16 |
+
notebook = uploaded_files = st.file_uploader(label='Upload the notebook',accept_multiple_files=False)
|
| 17 |
|
| 18 |
if notebook:
|
| 19 |
grammar_tab, = st.tabs(['Grammar/Fact'])
|