Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,3 @@ if prompt := st.chat_input('Your message here...'):
|
|
136 |
f'data/{st.session_state.chat_id}-Alex_messages',
|
137 |
)
|
138 |
|
139 |
-
footer_html = """<div style='text-align: center;'>
|
140 |
-
<p>Developed by Ramu Maloth</p>
|
141 |
-
</div>"""
|
142 |
-
st.markdown(footer_html, unsafe_allow_html=True)
|
|
|
136 |
f'data/{st.session_state.chat_id}-Alex_messages',
|
137 |
)
|
138 |
|
|
|
|
|
|
|
|