Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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."
|