AIEcosystem commited on
Commit
b3682ae
·
verified ·
1 Parent(s): 0966d4f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -856,13 +856,13 @@ if st.session_state.show_results:
856
  # Set a dynamic default title based on the mode
857
  default_report_title = f"{'Custom' if st.session_state.is_custom_mode else 'Fixed'} Entity Analysis Report"
858
  custom_report_title = st.text_input(
859
- "Report Title (for HTML Report)",
860
  value=default_report_title
861
  )
862
 
863
  # UPDATED: Simplified input for the user
864
  custom_branding_text_input = st.text_area(
865
- "Your Brand Name or Tagline (Appears below the title in the report)",
866
  value="Analysis powered by My Own Brand", # Removed the technical <p> tag
867
  key='custom_branding_input',
868
  help="Enter your brand name or a short tagline. This text will be automatically styled and included below the main title."
 
856
  # Set a dynamic default title based on the mode
857
  default_report_title = f"{'Custom' if st.session_state.is_custom_mode else 'Fixed'} Entity Analysis Report"
858
  custom_report_title = st.text_input(
859
+ "Type Your Report Title (for HTML Report), and then press Enter.",
860
  value=default_report_title
861
  )
862
 
863
  # UPDATED: Simplified input for the user
864
  custom_branding_text_input = st.text_area(
865
+ "Type Your Brand Name or Tagline (Appears below the title in the report), and then press Enter.",
866
  value="Analysis powered by My Own Brand", # Removed the technical <p> tag
867
  key='custom_branding_input',
868
  help="Enter your brand name or a short tagline. This text will be automatically styled and included below the main title."