Update src/streamlit_app.py

#3
Files changed (1) hide show
  1. src/streamlit_app.py +3 -3
src/streamlit_app.py CHANGED
@@ -14,7 +14,7 @@ API_KEY = os.getenv("OPENAI_API_KEY")
14
 
15
  # Page configuration
16
  st.set_page_config(
17
- page_title="SoftwareGrid AI - Intelligent Software Procurement",
18
  page_icon="🎯",
19
  layout="wide",
20
  initial_sidebar_state="expanded"
@@ -901,7 +901,7 @@ with st.sidebar:
901
 
902
  # Main content
903
  if page == "🏠 Home":
904
- st.markdown('<h1 class="main-header">🎯 SoftwareGrid AI</h1>', unsafe_allow_html=True)
905
  st.markdown("### Intelligent Software Procurement & Negotiation Platform")
906
 
907
  col1, col2, col3 = st.columns(3)
@@ -1970,7 +1970,7 @@ elif page == "πŸ“ˆ Usage Analytics":
1970
  st.markdown("---")
1971
  st.markdown("""
1972
  <div style='text-align: center; color: #666; padding: 2rem;'>
1973
- <p><strong>SoftwareGrid AI</strong> - Intelligent Software Procurement Platform</p>
1974
  <p>Powered by Open AI | Made with Streamlit</p>
1975
  </div>
1976
  """, unsafe_allow_html=True)
 
14
 
15
  # Page configuration
16
  st.set_page_config(
17
+ page_title="Softwares - Intelligent Software Procurement",
18
  page_icon="🎯",
19
  layout="wide",
20
  initial_sidebar_state="expanded"
 
901
 
902
  # Main content
903
  if page == "🏠 Home":
904
+ st.markdown('<h1 class="main-header">🎯 Softwares</h1>', unsafe_allow_html=True)
905
  st.markdown("### Intelligent Software Procurement & Negotiation Platform")
906
 
907
  col1, col2, col3 = st.columns(3)
 
1970
  st.markdown("---")
1971
  st.markdown("""
1972
  <div style='text-align: center; color: #666; padding: 2rem;'>
1973
+ <p><strong>Softwares</strong> - Intelligent Software Procurement Platform</p>
1974
  <p>Powered by Open AI | Made with Streamlit</p>
1975
  </div>
1976
  """, unsafe_allow_html=True)