Siyuan0730 commited on
Commit
66b5aa0
·
1 Parent(s): 075a3b2

继续升级md

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -344,9 +344,12 @@ def app():
344
  ''')
345
  st.session_state.divider = st.divider()
346
  st.session_state.description2 = st.markdown('''
347
- <font color = grey> 👈 Upload learning materials in the sidebar, and touch "submit" button </font>
 
 
 
348
 
349
- <font color = grey> 🎉 Ready to see what happens.. </font>
350
 
351
  ''', unsafe_allow_html=True
352
  )
 
344
  ''')
345
  st.session_state.divider = st.divider()
346
  st.session_state.description2 = st.markdown('''
347
+ ## How to use
348
+
349
+ 1. Upload learning materials in the 👈sidebar
350
+ 2. Touch "submit" button
351
 
352
+ 🎉 Ready to see what happens..
353
 
354
  ''', unsafe_allow_html=True
355
  )