jeydipak commited on
Commit
16edc76
β€’
1 Parent(s): 1d67df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -9,15 +9,14 @@ st.markdown("""
9
  </style>
10
  """, unsafe_allow_html=True)
11
 
12
-
13
 
14
  st.title('πŸ“ & βš‘πŸ’¨πŸƒπŸͺ«πŸ’‘')
15
  st.title('AI-Apps for NLP tasks')
16
- st.markdown(
17
- "Here you can",
18
- "πŸŽ₯ Define sentiment of film review",
19
- "☠️ Access message toxicity",
20
- "πŸ“² Generate some texts using your prompt"
21
  )
22
 
23
 
 
9
  </style>
10
  """, unsafe_allow_html=True)
11
 
12
+ '''
13
 
14
  st.title('πŸ“ & βš‘πŸ’¨πŸƒπŸͺ«πŸ’‘')
15
  st.title('AI-Apps for NLP tasks')
16
+ st.markdown(f'''Here you can
17
+ πŸŽ₯ Define sentiment of film review
18
+ ☠️ Access message toxicity
19
+ πŸ“² Generate some texts using your prompt'''
 
20
  )
21
 
22