AIEcosystem commited on
Commit
1f7b00a
·
verified ·
1 Parent(s): 6a5b816

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +5 -3
src/streamlit_app.py CHANGED
@@ -469,14 +469,15 @@ model = load_ner_model()
469
  DEFAULT_TEXT = (
470
  "In June 2024, the founder, Dr. Emily Carter, officially announced a new, expansive partnership between "
471
  "TechSolutions Inc. and the European Space Agency (ESA). This strategic alliance represents a significant "
472
- "leap forward for commercial space technology across the entire European Union. The agreement, finalized "
473
  "on Monday in Paris, France, focuses specifically on jointly developing the next generation of the 'Astra' "
474
  "software platform. This version of the **Astra** platform is critical for processing and managing the vast amounts of data being sent "
475
- "back from the recent Mars rover mission. The core team, including lead engineer Marcus Davies, will hold "
 
476
  "their first collaborative workshop in Berlin, Germany, on August 15th. The community response on social "
477
  "media platform X (under the username @TechCEO) was overwhelmingly positive, with many major tech "
478
  "publications, including Wired Magazine, predicting a major impact on the space technology industry by the "
479
- "end of the year. The platform is designed to be compatible with both Windows and Linux operating systems. "
480
  "The initial funding, secured via a Series B round, totaled $50 million. Financial analysts from Morgan Stanley "
481
  "are closely monitoring the impact on TechSolutions Inc.'s Q3 financial reports, expected to be released to the "
482
  "general public by October 1st. The goal is to deploy the **Astra** v2 platform before the next solar eclipse event in 2026."
@@ -488,6 +489,7 @@ DEFAULT_TEXT = (
488
 
489
 
490
 
 
491
  # -----------------------------------
492
  # --- Session State Initialization (CRITICAL FIX) ---
493
  if 'show_results' not in st.session_state:
 
469
  DEFAULT_TEXT = (
470
  "In June 2024, the founder, Dr. Emily Carter, officially announced a new, expansive partnership between "
471
  "TechSolutions Inc. and the European Space Agency (ESA). This strategic alliance represents a significant "
472
+ "leap forward for commercial space technology across the entire **European Union**. The agreement, finalized "
473
  "on Monday in Paris, France, focuses specifically on jointly developing the next generation of the 'Astra' "
474
  "software platform. This version of the **Astra** platform is critical for processing and managing the vast amounts of data being sent "
475
+ "back from the recent Mars rover mission. This project underscores the ESA's commitment to advancing "
476
+ "space capabilities within the **European Union**. The core team, including lead engineer Marcus Davies, will hold "
477
  "their first collaborative workshop in Berlin, Germany, on August 15th. The community response on social "
478
  "media platform X (under the username @TechCEO) was overwhelmingly positive, with many major tech "
479
  "publications, including Wired Magazine, predicting a major impact on the space technology industry by the "
480
+ "end of the year, further strengthening the technological standing of the **European Union**. The platform is designed to be compatible with both Windows and Linux operating systems. "
481
  "The initial funding, secured via a Series B round, totaled $50 million. Financial analysts from Morgan Stanley "
482
  "are closely monitoring the impact on TechSolutions Inc.'s Q3 financial reports, expected to be released to the "
483
  "general public by October 1st. The goal is to deploy the **Astra** v2 platform before the next solar eclipse event in 2026."
 
489
 
490
 
491
 
492
+
493
  # -----------------------------------
494
  # --- Session State Initialization (CRITICAL FIX) ---
495
  if 'show_results' not in st.session_state: