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