Update app.py
Browse files
app.py
CHANGED
@@ -75,5 +75,5 @@ st.markdown("""
|
|
75 |
</style>
|
76 |
""", unsafe_allow_html=True)
|
77 |
|
78 |
-
# Custom footer text for a
|
79 |
st.markdown("💡 **Tip**: Use simple commands and see the output instantly. Happy hacking!")
|
|
|
75 |
</style>
|
76 |
""", unsafe_allow_html=True)
|
77 |
|
78 |
+
# Custom footer text for a user-friendly experience
|
79 |
st.markdown("💡 **Tip**: Use simple commands and see the output instantly. Happy hacking!")
|