Spaces:
Running
Running
Update app.py
Browse files
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,
|
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 |
|