Bayhaqy commited on
Commit
dfad3eb
β€’
1 Parent(s): c4e2631

Rename app.py to Home.py

Browse files
Files changed (2) hide show
  1. Home.py +10 -0
  2. app.py +0 -10
Home.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
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
+ """
10
+ )
app.py DELETED
@@ -1,10 +0,0 @@
1
- import streamlit as st
2
-
3
-
4
- st.set_page_config(page_title='Classification - News Analysis and Prediction', layout='wide', page_icon='πŸ“ƒ')
5
- st.title("πŸ“ƒ Classification - News Analysis and Prediction")
6
- st.write(
7
- """
8
- Welcome to the **πŸ“ƒ Classification - News Analysis and Prediction App**!
9
- """
10
- )