Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ st.header("Intelligent Document Automation")
|
|
103 |
with st.sidebar:
|
104 |
selected_menu = option_menu("Select Option",
|
105 |
["Upload Document", "Extract Text", "Summarize Document", "Extract Entities","Detected Barriers","Get Answers","Annotation Tool",
|
106 |
-
"Claim
|
107 |
menu_icon="cast", default_index=0)
|
108 |
|
109 |
|
@@ -201,5 +201,5 @@ elif selected_menu == "Annotation Tool":
|
|
201 |
data = text_annotation(editable_data)
|
202 |
if data:
|
203 |
"Returned data:", data
|
204 |
-
elif selected_menu == "Claim
|
205 |
claim_number = st.text_input("Enter the Claim Number")
|
|
|
103 |
with st.sidebar:
|
104 |
selected_menu = option_menu("Select Option",
|
105 |
["Upload Document", "Extract Text", "Summarize Document", "Extract Entities","Detected Barriers","Get Answers","Annotation Tool",
|
106 |
+
"Claim Status Report"],
|
107 |
menu_icon="cast", default_index=0)
|
108 |
|
109 |
|
|
|
201 |
data = text_annotation(editable_data)
|
202 |
if data:
|
203 |
"Returned data:", data
|
204 |
+
elif selected_menu == "Claim Status Report":
|
205 |
claim_number = st.text_input("Enter the Claim Number")
|