Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,8 +38,13 @@ click `submit`.
|
|
| 38 |
""")
|
| 39 |
|
| 40 |
st.image("grobidmanual.gif")
|
| 41 |
-
st.markdown("Now let's try **Paper2Slides**!")
|
|
|
|
|
|
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
st.subheader('Set slide numbers')
|
| 45 |
st.markdown("Specify the range of slide numbers you want to generate.")
|
|
|
|
| 38 |
""")
|
| 39 |
|
| 40 |
st.image("grobidmanual.gif")
|
| 41 |
+
st.markdown("### Now let's try **Paper2Slides**!")
|
| 42 |
+
st.markdown("""
|
| 43 |
+
To use this space, you need to:
|
| 44 |
|
| 45 |
+
1. Set the number of slides you want to generate.
|
| 46 |
+
2. Update the processed `tei.xml` file.
|
| 47 |
+
""")
|
| 48 |
|
| 49 |
st.subheader('Set slide numbers')
|
| 50 |
st.markdown("Specify the range of slide numbers you want to generate.")
|