Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
#3
by
annaandmandy
- opened
- 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="
|
| 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">π―
|
| 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>
|
| 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)
|