Spaces:
Sleeping
Sleeping
MartinKosela
commited on
Commit
•
083e6a0
1
Parent(s):
053b068
Update app.py
Browse files
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 = 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 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"):
|