Update app2.py
Browse files
app2.py
CHANGED
|
@@ -19,7 +19,8 @@ def main():
|
|
| 19 |
st.subheader("This is a subheader")
|
| 20 |
|
| 21 |
# Code
|
| 22 |
-
st.header("Code :")
|
|
|
|
| 23 |
|
| 24 |
# Display Data
|
| 25 |
st.header("Write stm :")st.write("This is a write statement")
|
|
|
|
| 19 |
st.subheader("This is a subheader")
|
| 20 |
|
| 21 |
# Code
|
| 22 |
+
st.header("Code :")
|
| 23 |
+
st.code("import streamlit as st")
|
| 24 |
|
| 25 |
# Display Data
|
| 26 |
st.header("Write stm :")st.write("This is a write statement")
|