Spaces:
Sleeping
Sleeping
sharma-kanishka
commited on
Commit
•
580b1d6
1
Parent(s):
92f3bb9
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with col2:
|
|
34 |
|
35 |
with col3:
|
36 |
st.subheader("upload study material:")
|
37 |
-
material=st.file_uploader('
|
38 |
text=""
|
39 |
if material is not None:
|
40 |
# text=''
|
|
|
34 |
|
35 |
with col3:
|
36 |
st.subheader("upload study material:")
|
37 |
+
material=st.file_uploader('upload study material(pdf)',type="pdf")
|
38 |
text=""
|
39 |
if material is not None:
|
40 |
# text=''
|