MartinKosela commited on
Commit
de3b55f
·
1 Parent(s): 22b2ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ if 'show_dataset_description' not in st.session_state:
58
  st.session_state.show_dataset_description = False
59
 
60
  st.image("./A8title.png")
61
- st.title('Explore the best stack for your GenAI App')
62
 
63
  description = st.text_area("Describe what will your application do:")
64
 
 
58
  st.session_state.show_dataset_description = False
59
 
60
  st.image("./A8title.png")
61
+ st.title('Discover the best model for your GenAI App')
62
 
63
  description = st.text_area("Describe what will your application do:")
64