Spaces:
Sleeping
Sleeping
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 = "Recommend
|
| 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"):
|