Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ from document import Document
|
|
18 |
from BartSE import BARTAutoEncoder
|
19 |
|
20 |
|
21 |
-
|
|
|
22 |
|
23 |
range_values = st.slider(
|
24 |
'Select a range of slide numbers',
|
@@ -34,8 +35,6 @@ def save_uploaded_file(uploaded_file):
|
|
34 |
f.write(uploaded_file.getbuffer())
|
35 |
return file_path # Return the file path as a string
|
36 |
|
37 |
-
st.title('Paper2Slides')
|
38 |
-
|
39 |
st.subheader('Upload paper in TEI.xml format')
|
40 |
|
41 |
col1, col2 = st.columns([3, 1])
|
|
|
18 |
from BartSE import BARTAutoEncoder
|
19 |
|
20 |
|
21 |
+
st.title('Paper2Slides')
|
22 |
+
st.markdown("Enter your HTML content here:")
|
23 |
|
24 |
range_values = st.slider(
|
25 |
'Select a range of slide numbers',
|
|
|
35 |
f.write(uploaded_file.getbuffer())
|
36 |
return file_path # Return the file path as a string
|
37 |
|
|
|
|
|
38 |
st.subheader('Upload paper in TEI.xml format')
|
39 |
|
40 |
col1, col2 = st.columns([3, 1])
|