sree4411 commited on
Commit
08134f2
·
verified ·
1 Parent(s): d6b7026

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.markdown(
4
+ """
5
+ <h1 style='text-align: center; color: red;'>Introduction to NLP </h1>
6
+ """,
7
+ unsafe_allow_html=True
8
+ )