Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -570,32 +570,9 @@ def sample_size_calculator(confidence_level, p, E):
|
|
570 |
|
571 |
return n
|
572 |
|
573 |
-
empty_col1, main_col, empty_col2 = st.columns([1.6, 2.8, 1.6])
|
574 |
-
|
575 |
-
st.markdown("""
|
576 |
-
<style>
|
577 |
-
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Merriweather:ital,wght@1,700&display=swap');
|
578 |
-
|
579 |
-
.custom-title {
|
580 |
-
font-family: "Merriweather", serif;
|
581 |
-
font-weight: 700;
|
582 |
-
font-style: italic;
|
583 |
-
}
|
584 |
-
</style>
|
585 |
-
""", unsafe_allow_html=True)
|
586 |
-
|
587 |
-
with main_col:
|
588 |
-
col1, col2 = st.columns([2, 3])
|
589 |
-
|
590 |
-
with col1:
|
591 |
-
st.image("logo.png", width=400)
|
592 |
-
|
593 |
-
with col2:
|
594 |
-
st.markdown('<p class="custom-title">Insightzen</p>', unsafe_allow_html=True)
|
595 |
-
|
596 |
#st.markdown('[Click to register a suggestion or comment](https://docs.google.com/forms/d/e/1FAIpQLScLyP7bBbqMfGdspjL7Ij64UZ6v2KjqjKNbm8gwEsgWsFs_Qg/viewform?usp=header)')
|
597 |
|
598 |
-
|
599 |
|
600 |
df = upload_and_select_dataframe()
|
601 |
|
|
|
570 |
|
571 |
return n
|
572 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
#st.markdown('[Click to register a suggestion or comment](https://docs.google.com/forms/d/e/1FAIpQLScLyP7bBbqMfGdspjL7Ij64UZ6v2KjqjKNbm8gwEsgWsFs_Qg/viewform?usp=header)')
|
574 |
|
575 |
+
st.image("Insightzen.png", width=600)
|
576 |
|
577 |
df = upload_and_select_dataframe()
|
578 |
|