Update app.py
Browse files
app.py
CHANGED
@@ -16,16 +16,6 @@ import time
|
|
16 |
# Add Streamlit Components
|
17 |
#=================
|
18 |
|
19 |
-
# Background
|
20 |
-
page_bg_img = '''
|
21 |
-
<style>
|
22 |
-
.stApp {
|
23 |
-
background-image: url("https://images.all-free-download.com/images/graphiclarge/abstract_bright_corporate_background_310453.jpg");
|
24 |
-
background-size: cover;
|
25 |
-
}
|
26 |
-
</style>
|
27 |
-
'''
|
28 |
-
st.markdown(page_bg_img, unsafe_allow_html=True)
|
29 |
|
30 |
# Title and Sidebar
|
31 |
st.title("Multi-Agent Business Consultant")
|
|
|
16 |
# Add Streamlit Components
|
17 |
#=================
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
# Title and Sidebar
|
21 |
st.title("Multi-Agent Business Consultant")
|