JB007 commited on
Commit
6241ddd
·
1 Parent(s): 9053712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
- st.set_page_config(page_title="My Webpage", page_icon=":tada:", layout="wide")
4
- st.subheader("Hi, I am John :wave:")
5
  st.title("Getting familiar with Huggingface spaces")
6
  st.write(
7
  "I am passionate about finding ways to leverage ML."
 
1
  import streamlit as st
2
 
3
+ st.set_page_config(page_title="My Streamlit Webpage", page_icon=":tada:", layout="wide")
4
+ st.subheader("Subheader text comes here :wave:")
5
  st.title("Getting familiar with Huggingface spaces")
6
  st.write(
7
  "I am passionate about finding ways to leverage ML."