MartinKosela commited on
Commit
b222e1b
·
1 Parent(s): e41414b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -60,6 +60,9 @@ if 'show_dataset_description' not in st.session_state:
60
  st.image("./A8title.png")
61
  st.title('Discover the best model for your GenAI App')
62
 
 
 
 
63
  st.markdown("<h4 style='font-size:20px;'>Describe what will your application do:</h4>", unsafe_allow_html=True)
64
  description = st.text_area("", key="app_description")
65
 
 
60
  st.image("./A8title.png")
61
  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")
68