Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -184,7 +184,7 @@ def main():
|
|
| 184 |
# About section
|
| 185 |
with st.expander("About this tool"):
|
| 186 |
st.markdown("""
|
| 187 |
-
Created
|
| 188 |
""")
|
| 189 |
|
| 190 |
if __name__ == "__main__":
|
|
|
|
| 184 |
# About section
|
| 185 |
with st.expander("About this tool"):
|
| 186 |
st.markdown("""
|
| 187 |
+
Created by @aghilalb
|
| 188 |
""")
|
| 189 |
|
| 190 |
if __name__ == "__main__":
|