Upload app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ st.markdown(formatted_text, unsafe_allow_html=True)
|
|
70 |
# make a small hint that the app needs a few seconds to start
|
71 |
st.markdown(
|
72 |
"<p style='text-align: center; color: grey;'>"
|
73 |
-
+ "The app needs a second to start..."
|
74 |
+ "</p>",
|
75 |
unsafe_allow_html=True,
|
76 |
)
|
|
|
70 |
# make a small hint that the app needs a few seconds to start
|
71 |
st.markdown(
|
72 |
"<p style='text-align: center; color: grey;'>"
|
73 |
+
+ "The app needs a second to start...not optimized for mobile yet. 🚀"
|
74 |
+ "</p>",
|
75 |
unsafe_allow_html=True,
|
76 |
)
|