com3dian commited on
Commit
7b0cbf1
·
verified ·
1 Parent(s): d43bd0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -19,7 +19,16 @@ from BartSE import BARTAutoEncoder
19
 
20
 
21
  st.title('Paper2Slides')
22
- st.markdown("Enter your HTML content here:")
 
 
 
 
 
 
 
 
 
23
 
24
  st.subheader('Set slide numbers')
25
 
 
19
 
20
 
21
  st.title('Paper2Slides')
22
+ st.markdown("""This space is a live demo of the author’s thesis at Utrecht University (and internship project at ML6),
23
+ supervised by Guanyi Chen (Utrecht University) and Konstantin Buschmer (ML6).
24
+
25
+ To use this space:
26
+
27
+ 1. Have a paper that you want to turn into slides.
28
+ 2. Process your paper using GROBID. If you have GROBID installed, run it and use the output.
29
+ If not, you can use GROBID’s live demo to generate the processed TEI.xml file.
30
+
31
+ """)
32
 
33
  st.subheader('Set slide numbers')
34