martin8 commited on
Commit
dad9731
1 Parent(s): 1e54190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -693,10 +693,13 @@ def model_selector_sbert():
693
 
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
 
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("")