Spaces:
Sleeping
Sleeping
Commit
·
048c757
1
Parent(s):
0218ad1
Use Figure Container Width
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ t1.dataframe(sample_data, use_container_width=True)
|
|
40 |
st.header("Analysis")
|
41 |
st.write("When analyzing our data, we realized that around half our types rarely were ever used for typing a case. Around 20 types alone were only represented once in the dataset.")
|
42 |
|
43 |
-
st.image("figures/FrequencyFinalCallTypeCounts.png", caption='Most types have very rare occurrences in our data.',
|
44 |
|
45 |
st.write("We determined that types with less than 0.05% frequency were insignificant and would only throw off our model. Thus, entries with these rare types were dropped.")
|
46 |
|
|
|
40 |
st.header("Analysis")
|
41 |
st.write("When analyzing our data, we realized that around half our types rarely were ever used for typing a case. Around 20 types alone were only represented once in the dataset.")
|
42 |
|
43 |
+
st.image("figures/FrequencyFinalCallTypeCounts.png", caption='Most types have very rare occurrences in our data.', use_container_width=True)
|
44 |
|
45 |
st.write("We determined that types with less than 0.05% frequency were insignificant and would only throw off our model. Thus, entries with these rare types were dropped.")
|
46 |
|