Spaces:
Build error
Build error
Update pages/6_Measurement of Disperssion.py
Browse files
pages/6_Measurement of Disperssion.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import numpy as np
|
|
|
|
| 4 |
st.markdown("""
|
| 5 |
<style>
|
| 6 |
/* Set a soft background color */
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import numpy as np
|
| 4 |
+
from functools import reduce
|
| 5 |
st.markdown("""
|
| 6 |
<style>
|
| 7 |
/* Set a soft background color */
|