suriya7 commited on
Commit
d25211f
·
verified ·
1 Parent(s): 1eaf48d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ choice = st.sidebar.selectbox("Choose an option", menu)
34
  for _ in range(8):
35
  st.sidebar.write("")
36
 
37
- st.subheader("Build By:")
38
  st.sidebar.write("[Suriya 🤍](https://github.com/theSuriya)")
39
  st.sidebar.write("contact: [Email](mailto:[email protected])")
40
 
 
34
  for _ in range(8):
35
  st.sidebar.write("")
36
 
37
+ st.sidebar.subheader("Build By:")
38
  st.sidebar.write("[Suriya 🤍](https://github.com/theSuriya)")
39
  st.sidebar.write("contact: [Email](mailto:[email protected])")
40