jsodoge commited on
Commit
a747e02
1 Parent(s): 3816396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ app_ui = ui.page_fluid(
49
  style="margin-bottom: 60px; color: #2A9DF4; font-weight: bold; background-color: #F2F2F2; padding: 15px; border-radius: 8px; text-align: center;"),
50
  ui.card(
51
  ui.card_header("How to use"),
52
- ui.HTML("Not sure which session is the best fit for your abstract? This tool helps you find the most suitable sessions for the European Geosciences Union General Assembly 2025 by analysing the content of your abstract. <br> Using advanced Natural Language Processing (NLP), we calculate how closely your abstract matches each available session, across all disciplines and divisions. Simply paste your abstract into the box and click the button below. You will receive a personalized list of the most relevant sessions instantly, based on our analysis. <br> <strong> Rest assured</strong>: your data is not stored or documented in any way.")),
53
 
54
 
55
  ui.input_text_area("user_input", "", placeholder="Paste abstract", width = "100%"),
 
49
  style="margin-bottom: 60px; color: #2A9DF4; font-weight: bold; background-color: #F2F2F2; padding: 15px; border-radius: 8px; text-align: center;"),
50
  ui.card(
51
  ui.card_header("How to use"),
52
+ ui.HTML("Not sure which session is the best fit for your abstract? This tool helps you find the most suitable sessions for the European Geosciences Union General Assembly 2025 by analysing the content of your abstract. <br> Using advanced Natural Language Processing (NLP), we calculate how closely your abstract matches each available session, across all disciplines and divisions. Simply paste your abstract into the box and click the button below. You will receive a personalized list of the most relevant sessions instantly, based on our analysis. <br> Rest assured: your data is not stored or documented in any way.")),
53
 
54
 
55
  ui.input_text_area("user_input", "", placeholder="Paste abstract", width = "100%"),