PBusienei commited on
Commit
5f78421
·
1 Parent(s): efc54fe

deleted the image folder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ st.markdown("## The Details")
42
  st.markdown("### Problem")
43
  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!!!.")
44
 
45
- dificult_reading = Image.open('images/dificult_reading.png')
46
  st.image(dificult_reading, caption='Reading sessions descriptions. (1)')
47
 
48
 
 
42
  st.markdown("### Problem")
43
  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!!!.")
44
 
45
+ dificult_reading = Image.open('dificult_reading.png')
46
  st.image(dificult_reading, caption='Reading sessions descriptions. (1)')
47
 
48