VivekDS commited on
Commit
bdc9546
·
verified ·
1 Parent(s): 4539266

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -1
app2.py CHANGED
@@ -19,7 +19,8 @@ def main():
19
  st.subheader("This is a subheader")
20
 
21
  # Code
22
- st.header("Code :")st.code("import streamlit as st")
 
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")