ruslanruslanruslan commited on
Commit
4e3e100
1 Parent(s): 29fde9f

main page changed

Browse files
Files changed (2) hide show
  1. aperiodic.png +0 -0
  2. app.py +10 -1
aperiodic.png ADDED
app.py CHANGED
@@ -1,3 +1,12 @@
1
  import streamlit as st
2
 
3
- st.title('A multipage application featuring various Natural Language Processing instruments and functions.')
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
 
3
+ st.title('A multipage application featuring various Natural Language Processing instruments and functions')
4
+ st.markdown(
5
+ f”””
6
+ <style>
7
+ p {
8
+ background-image: url(‘aperiodic.png’);
9
+ }
10
+ </style>
11
+ ”””,
12
+ unsafe_allow_html=True)