Spaces:
Sleeping
Sleeping
Commit
·
5989676
1
Parent(s):
b222e1b
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ st.title('Discover the best model for your GenAI App')
|
|
62 |
|
63 |
# Inserting blank space
|
64 |
st.write("")
|
|
|
65 |
|
66 |
st.markdown("<h4 style='font-size:20px;'>Describe what will your application do:</h4>", unsafe_allow_html=True)
|
67 |
description = st.text_area("", key="app_description")
|
|
|
62 |
|
63 |
# Inserting blank space
|
64 |
st.write("")
|
65 |
+
st.write("")
|
66 |
|
67 |
st.markdown("<h4 style='font-size:20px;'>Describe what will your application do:</h4>", unsafe_allow_html=True)
|
68 |
description = st.text_area("", key="app_description")
|