NightPassenger commited on
Commit
6e02125
ยท
verified ยท
1 Parent(s): 286f84e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -18
app.py CHANGED
@@ -75,7 +75,7 @@ def load_css():
75
 
76
  # ๐Ÿ”น Streamlit Page Configuration
77
  st.set_page_config(
78
- page_title="University AI Assistant",
79
  page_icon="๐ŸŽ“",
80
  layout="wide",
81
  initial_sidebar_state="expanded"
@@ -84,24 +84,8 @@ st.set_page_config(
84
  # Load minimal CSS
85
  load_css()
86
 
87
- # ๐Ÿ”น Sidebar with information
88
- with st.sidebar:
89
- st.image("logo.png", width=200)
90
-
91
- st.markdown("### โ„น๏ธ About")
92
- st.markdown("""
93
- This AI assistant helps answer questions about Vistula University.
94
- Ask anything about admissions, courses, campus life, and more!
95
- """)
96
-
97
- st.markdown("### ๐Ÿ”— Quick Links")
98
- st.markdown("[University Website](https://www.vistula.edu.pl/en)")
99
- st.markdown("[Student Portal](https://www.vistula.edu.pl/en/students)")
100
- st.markdown("[Contact Us](https://www.vistula.edu.pl/en/contact)")
101
-
102
  # ๐Ÿ”น Main content area
103
- st.title("๐ŸŽ“ University AI Assistant")
104
- st.subheader("Your personal guide to university information. Ask me anything!")
105
 
106
  # ๐Ÿ”น Retrieve Data (Cached for Performance)
107
  @st.cache_resource
 
75
 
76
  # ๐Ÿ”น Streamlit Page Configuration
77
  st.set_page_config(
78
+ page_title="Mentoring AI Assistant",
79
  page_icon="๐ŸŽ“",
80
  layout="wide",
81
  initial_sidebar_state="expanded"
 
84
  # Load minimal CSS
85
  load_css()
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  # ๐Ÿ”น Main content area
88
+ st.title("Mentoring AI Assistant")
 
89
 
90
  # ๐Ÿ”น Retrieve Data (Cached for Performance)
91
  @st.cache_resource