PBusienei commited on
Commit
77bad41
·
1 Parent(s): 76053a8

added a superpower emoji

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ st.markdown("---")
41
 
42
  # section 1: the context, problem; how to address
43
  st.markdown("### Problem")
44
- st.markdown("With the growth of the Nashville Analytics Summit every year, there have been an increase in the number participants, the number of talks/topics have exponentially increased over time covering a myriad of current issues and developments. This has made it challenging for the participants to easily navigate the event and attend the sessions of interest before reading through the sessions descriptions. Struggling finding the Session that Matches your personal interests? Transformers to the rescue!!!.")
45
 
46
  dificult_reading = Image.open('dificult_reading.png')
47
  st.image(dificult_reading, caption='Reading sessions descriptions.')
@@ -87,7 +87,7 @@ st.markdown("2. Retrieve evidence related to input claim \
87
 
88
  ## EXAMPLE ###################################################################################################################
89
 
90
- st.markdown("## Try it out!")
91
 
92
  st.markdown("This application is a dashboard for displaying your top 3 matching Sessions at the Nashville summit")
93
 
 
41
 
42
  # section 1: the context, problem; how to address
43
  st.markdown("### Problem")
44
+ st.markdown("With the growth of the Nashville Analytics Summit participation every year, there have been an increase in the number participants, the number of talks/topics have exponentially increased over time covering a myriad of current issues and developments, analytics, data science AI, career growth, new tools and much more. This has made it challenging for the participants to easily navigate through the events and attend the sessions of interest before reading through the sessions descriptions. Struggling finding the Session that Matches your personal interests? Transformers to the rescue!!! 🦸‍♂️ .")
45
 
46
  dificult_reading = Image.open('dificult_reading.png')
47
  st.image(dificult_reading, caption='Reading sessions descriptions.')
 
87
 
88
  ## EXAMPLE ###################################################################################################################
89
 
90
+ st.markdown("## Let's try it out!")
91
 
92
  st.markdown("This application is a dashboard for displaying your top 3 matching Sessions at the Nashville summit")
93