Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,11 +75,6 @@ if st.button("Submit"):
|
|
75 |
|
76 |
|
77 |
# --- Logo ---
|
78 |
-
st.set_page_config(
|
79 |
-
page_title="AI Engineer Test Chatbot",
|
80 |
-
page_icon="https://www.mul.edu.pk/images/minhaj-university-lahore.png",
|
81 |
-
layout="wide",
|
82 |
-
)
|
83 |
|
84 |
st.sidebar.image("https://www.mul.edu.pk/images/logo-mul.png", width=200)
|
85 |
|
|
|
75 |
|
76 |
|
77 |
# --- Logo ---
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
st.sidebar.image("https://www.mul.edu.pk/images/logo-mul.png", width=200)
|
80 |
|