HarishMaths commited on
Commit
60247c1
·
verified ·
1 Parent(s): 53881c1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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',type=['ipynb'], accept_multiple_files=False)
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'])