martin8 commited on
Commit
7783828
1 Parent(s): e3d795e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -694,7 +694,7 @@ def model_selector_sbert():
694
  data = ""
695
 
696
 
697
- st.markdown(f'<p style="color: #012d51;font-size:18px;border-radius:%;">{"Please, enter your AI task:"}</p>', unsafe_allow_html=True)
698
 
699
  prompt = st.text_input(" ")
700
 
 
694
  data = ""
695
 
696
 
697
+ st.markdown(f'<p style="color: #012d51;font-size:18px;border-radius:%;">{"Please, describe your AI application below:"}</p>', unsafe_allow_html=True)
698
 
699
  prompt = st.text_input(" ")
700