Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,5 @@ import streamlit as st
|
|
2 |
|
3 |
st.title('Batch 331')
|
4 |
st.header('Python_Programming')
|
5 |
-
st.text('learn about basic intution of hugging space and streamlit')
|
|
|
|
2 |
|
3 |
st.title('Batch 331')
|
4 |
st.header('Python_Programming')
|
5 |
+
st.text('learn about basic intution of hugging space and streamlit')
|
6 |
+
st.sidebar('click_here')
|