rumaisa1054 commited on
Commit
4da441b
·
verified ·
1 Parent(s): d616fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: -25px;" 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:
 
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: