rumaisa1054 commited on
Commit
e96bab3
·
verified ·
1 Parent(s): d415d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def main():
17
 
18
  with col1:
19
  # Title with custom CSS styling for top margin
20
- st.markdown('<div style="margin-top: -5px;" class="title-wrapper"><h1 style="text-align: center;">ChatBot</h1></div>', unsafe_allow_html=True)
21
 
22
  # Initialize chat history if not already initialized
23
  if "chat_messages" not in st.session_state:
 
17
 
18
  with col1:
19
  # Title with custom CSS styling for top margin
20
+ st.markdown('<div style="margin-top: -5px;margin-left: -200px;" class="title-wrapper"><h1 style="text-align: center;">ChatBot</h1></div>', unsafe_allow_html=True)
21
 
22
  # Initialize chat history if not already initialized
23
  if "chat_messages" not in st.session_state: