Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def main():
|
|
| 16 |
|
| 17 |
with col1:
|
| 18 |
# Title with custom CSS styling for top margin
|
| 19 |
-
st.markdown('<div style="margin-top: -
|
| 20 |
|
| 21 |
# Initialize chat history if not already initialized
|
| 22 |
if "chat_messages" not in st.session_state:
|
|
|
|
| 16 |
|
| 17 |
with col1:
|
| 18 |
# Title with custom CSS styling for top margin
|
| 19 |
+
st.markdown('<div style="margin-top: -5px;" class="title-wrapper"><h1 style="text-align: center;">Your English Speaking Guide</h1></div>', unsafe_allow_html=True)
|
| 20 |
|
| 21 |
# Initialize chat history if not already initialized
|
| 22 |
if "chat_messages" not in st.session_state:
|