lx160cm commited on
Commit
352c8db
·
verified ·
1 Parent(s): b45aed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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