Update app.py
Browse files
app.py
CHANGED
|
@@ -184,10 +184,10 @@ if "internals" in auditor_active_list:
|
|
| 184 |
|
| 185 |
st.divider()
|
| 186 |
|
| 187 |
-
c1, c2, c3, c4 = st.columns(
|
| 188 |
|
| 189 |
c1.metric(
|
| 190 |
-
"
|
| 191 |
)
|
| 192 |
|
| 193 |
c2.metric(
|
|
|
|
| 184 |
|
| 185 |
st.divider()
|
| 186 |
|
| 187 |
+
c1, c2, c3, c4 = st.columns([1,2.25,2.25,2.25,2.25,1])
|
| 188 |
|
| 189 |
c1.metric(
|
| 190 |
+
"Auditing Cost", auditor_cost
|
| 191 |
)
|
| 192 |
|
| 193 |
c2.metric(
|