VaultChem commited on
Commit
2cbe48e
·
verified ·
1 Parent(s): b19dc1c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )