MartinKosela commited on
Commit
851080b
1 Parent(s): 083e6a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ st.title('Find the best model for your GenAI App')
50
  st.write("")
51
 
52
  st.markdown("<h4 style='font-size:20px;'>Outline Your Application's Functionality:</h4>", unsafe_allow_html=True)
53
- description = "Recommend from models on HuggingFace.com" + st.text_area("", key="app_description")
54
 
55
  # Hardcoded 'Next' button that is always visible
56
  if st.button("Next step: Dataset", key="next_to_dataset"):
 
50
  st.write("")
51
 
52
  st.markdown("<h4 style='font-size:20px;'>Outline Your Application's Functionality:</h4>", unsafe_allow_html=True)
53
+ description = "Recommend HuggingFace open source models, do not mention OpenAI in response" + st.text_area("", key="app_description")
54
 
55
  # Hardcoded 'Next' button that is always visible
56
  if st.button("Next step: Dataset", key="next_to_dataset"):