Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ if "internals" in auditor_active_list:
|
|
| 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
|
|
|
|
| 184 |
|
| 185 |
st.divider()
|
| 186 |
|
| 187 |
+
margin1, c1, c2, c3, c4, margin2 = st.columns([1,2.25,2.25,2.25,2.25,1])
|
| 188 |
|
| 189 |
c1.metric(
|
| 190 |
"Auditing Cost", auditor_cost
|