Spaces:
Sleeping
Sleeping
Commit
·
824ef6f
1
Parent(s):
78b9b43
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ st.title('Discover the best model for your GenAI App')
|
|
| 64 |
|
| 65 |
st.write("")
|
| 66 |
|
| 67 |
-
st.markdown("<h4 style='font-size:20px;'>Outline Your Application
|
| 68 |
description = st.text_area("", key="app_description")
|
| 69 |
|
| 70 |
if description:
|
|
|
|
| 64 |
|
| 65 |
st.write("")
|
| 66 |
|
| 67 |
+
st.markdown("<h4 style='font-size:20px;'>Outline Functionality of Your Application:</h4>", unsafe_allow_html=True)
|
| 68 |
description = st.text_area("", key="app_description")
|
| 69 |
|
| 70 |
if description:
|