Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -578,17 +578,12 @@ st.markdown("""
|
|
578 |
|
579 |
.custom-title {
|
580 |
font-family: "Merriweather", serif;
|
581 |
-
font-size: 36px;
|
582 |
font-weight: 700;
|
583 |
font-style: italic;
|
584 |
-
color: #333333;
|
585 |
-
text-align: center;
|
586 |
}
|
587 |
</style>
|
588 |
""", unsafe_allow_html=True)
|
589 |
|
590 |
-
# استفاده از فونت سفارشی برای عنوان
|
591 |
-
|
592 |
with main_col:
|
593 |
col1, col2 = st.columns([2, 3])
|
594 |
|
@@ -598,7 +593,7 @@ with main_col:
|
|
598 |
with col2:
|
599 |
st.markdown('<p class="custom-title">Insightzen</p>', unsafe_allow_html=True)
|
600 |
|
601 |
-
st.markdown('[Click to register a suggestion or comment](https://docs.google.com/forms/d/e/1FAIpQLScLyP7bBbqMfGdspjL7Ij64UZ6v2KjqjKNbm8gwEsgWsFs_Qg/viewform?usp=header)')
|
602 |
|
603 |
#st.image("logo.png", width=600)
|
604 |
|
|
|
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 |
|
|
|
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 |
#st.image("logo.png", width=600)
|
599 |
|