Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -693,10 +693,13 @@ def model_selector_sbert():
|
|
693 |
|
694 |
data = ""
|
695 |
|
|
|
696 |
|
697 |
-
st.
|
|
|
|
|
698 |
|
699 |
-
prompt = st.
|
700 |
|
701 |
st.write("")
|
702 |
st.write("")
|
|
|
693 |
|
694 |
data = ""
|
695 |
|
696 |
+
st.title("AI Model Recommender 🧠")
|
697 |
|
698 |
+
st.write("""Enter a brief description of your task, and this app will recommend an AI model for you!""")
|
699 |
+
|
700 |
+
# st.markdown(f'<p style="color: #012d51;font-size:18px;border-radius:%;">{"Please, describe your AI application below:"}</p>', unsafe_allow_html=True)
|
701 |
|
702 |
+
prompt = st.text_area("Describe your task:")
|
703 |
|
704 |
st.write("")
|
705 |
st.write("")
|