eagle0504 commited on
Commit
f9b6ea5
Β·
1 Parent(s): 9b17bb1

md updated in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,9 +1,6 @@
1
  import streamlit as st
2
 
3
- st.set_page_config(
4
- page_title="Hello",
5
- page_icon="πŸ‘‹",
6
- )
7
 
8
  st.write("# Welcome to AI Decoded! πŸ‘‹")
9
 
 
1
  import streamlit as st
2
 
3
+ st.set_page_config(page_title="Hello", page_icon="πŸ‘‹", layout="wide")
 
 
 
4
 
5
  st.write("# Welcome to AI Decoded! πŸ‘‹")
6