Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ st.markdown(
|
|
| 34 |
.st-emotion-cache-13ln4jf.ea3mdgi5 {
|
| 35 |
position: -webkit-sticky;
|
| 36 |
position: sticky;
|
|
|
|
| 37 |
top: 10;
|
| 38 |
z-index: 100;
|
| 39 |
padding-top: 42px;
|
|
@@ -44,7 +45,7 @@ st.markdown(
|
|
| 44 |
background-color: #f0f2f6 !important;
|
| 45 |
}
|
| 46 |
.st-emotion-cache-12fmjuu.ezrtsby2{
|
| 47 |
-
background:url("https://www.
|
| 48 |
background-size: 250px 50px;
|
| 49 |
background-position: center;
|
| 50 |
padding-left: 50px;
|
|
@@ -63,8 +64,8 @@ st.markdown(
|
|
| 63 |
with st.container():
|
| 64 |
selected_main_option = option_menu(
|
| 65 |
menu_title=None,
|
| 66 |
-
options=["Dashboard", "
|
| 67 |
-
icons=['list', '
|
| 68 |
menu_icon="cast",
|
| 69 |
default_index=0,
|
| 70 |
orientation="horizontal",
|
|
@@ -466,7 +467,7 @@ if selected_main_option == "Dashboard":
|
|
| 466 |
# with confirmationGen.container():
|
| 467 |
# st.write("Contract Template")
|
| 468 |
# st.write(get_response)
|
| 469 |
-
|
| 470 |
# if st.button('Close.'):
|
| 471 |
# confirmationGen.close()
|
| 472 |
# else:
|
|
|
|
| 34 |
.st-emotion-cache-13ln4jf.ea3mdgi5 {
|
| 35 |
position: -webkit-sticky;
|
| 36 |
position: sticky;
|
| 37 |
+
margin-top:1in;
|
| 38 |
top: 10;
|
| 39 |
z-index: 100;
|
| 40 |
padding-top: 42px;
|
|
|
|
| 45 |
background-color: #f0f2f6 !important;
|
| 46 |
}
|
| 47 |
.st-emotion-cache-12fmjuu.ezrtsby2{
|
| 48 |
+
background:url("https://www.broadridge.com/_assets/images/logos/br-pimary-blue-logo.svg") no-repeat;
|
| 49 |
background-size: 250px 50px;
|
| 50 |
background-position: center;
|
| 51 |
padding-left: 50px;
|
|
|
|
| 64 |
with st.container():
|
| 65 |
selected_main_option = option_menu(
|
| 66 |
menu_title=None,
|
| 67 |
+
options=["Dashboard", "Comparizer"],
|
| 68 |
+
icons=['list', 'patch-check-fill'],
|
| 69 |
menu_icon="cast",
|
| 70 |
default_index=0,
|
| 71 |
orientation="horizontal",
|
|
|
|
| 467 |
# with confirmationGen.container():
|
| 468 |
# st.write("Contract Template")
|
| 469 |
# st.write(get_response)
|
| 470 |
+
|
| 471 |
# if st.button('Close.'):
|
| 472 |
# confirmationGen.close()
|
| 473 |
# else:
|