Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,21 +118,6 @@ if selected_main_option == "Dashboard":
|
|
| 118 |
</style>
|
| 119 |
""", unsafe_allow_html=True)
|
| 120 |
button_value=''
|
| 121 |
-
with st.sidebar:
|
| 122 |
-
button_value = option_menu(
|
| 123 |
-
"CONTRACT AI",
|
| 124 |
-
[
|
| 125 |
-
'Home', 'Tags', 'Clauses', 'Summarizer', 'Headings', 'Extract Date',
|
| 126 |
-
'Pdf to Json', 'Key Values', 'Incorrect Sentences',
|
| 127 |
-
'Incomplete Sentences', 'Aggressive Content', "Contract Generator"
|
| 128 |
-
],
|
| 129 |
-
icons=[
|
| 130 |
-
'arrow-right-circle-fill'] * 12, # repeated icon list
|
| 131 |
-
menu_icon="house-gear-fill",
|
| 132 |
-
default_index=0
|
| 133 |
-
)
|
| 134 |
-
uploaded_file=st.file_uploader("Upload Document")
|
| 135 |
-
|
| 136 |
uploaded_file=st.file_uploader("Upload your Document")
|
| 137 |
col1, col2, col3 = st.columns(3)
|
| 138 |
with col1:
|
|
|
|
| 118 |
</style>
|
| 119 |
""", unsafe_allow_html=True)
|
| 120 |
button_value=''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
uploaded_file=st.file_uploader("Upload your Document")
|
| 122 |
col1, col2, col3 = st.columns(3)
|
| 123 |
with col1:
|