asrilmurdian commited on
Commit
b9b38f1
Β·
verified Β·
1 Parent(s): 49b2458

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+
4
+ st.set_page_config(page_title='News Dashboard', layout='wide', page_icon='πŸ“ƒ')
5
+ st.title("πŸ“ƒ News Dashboard")
6
+ st.write(
7
+ """
8
+ Welcome to the **πŸ“ƒ News Dashboard App**!
9
+ """