Siyuan0730 commited on
Commit
36427de
·
1 Parent(s): d3f41e7
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -338,10 +338,10 @@ def app():
338
 
339
 
340
  st.session_state.description1 = st.markdown('''
341
- > An all-round teacher. A teaching assistant who really knows the subject
342
  >
343
- > Anything. Anywhere. All at once. :100:
344
- ''')
345
  st.session_state.divider = st.subheader('How to use')
346
  st.session_state.description2 = st.markdown('''
347
  1. Upload learning materials in the 👈sidebar
@@ -349,7 +349,7 @@ def app():
349
 
350
  🎉 Get ready to see what happens..
351
 
352
- ''', unsafe_allow_html=True
353
  )
354
 
355
 
 
338
 
339
 
340
  st.session_state.description1 = st.markdown('''
341
+ > <font color = 'grey'> An all-round teacher. A teaching assistant who really knows the subject </font>
342
  >
343
+ > <font color = 'grey'> Anything. Anywhere. All at once. </font> :100:
344
+ ''', unsafe_allow_html=True)
345
  st.session_state.divider = st.subheader('How to use')
346
  st.session_state.description2 = st.markdown('''
347
  1. Upload learning materials in the 👈sidebar
 
349
 
350
  🎉 Get ready to see what happens..
351
 
352
+ '''
353
  )
354
 
355