Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|