QuantumLearner commited on
Commit
2dca67f
·
verified ·
1 Parent(s): cad6189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -151,13 +151,4 @@ async def main(message: cl.Message):
151
  for token in str(response):
152
  await response_message.stream_token(token=token)
153
 
154
- await response_message.send()
155
-
156
-
157
- hide_streamlit_style = """
158
- <style>
159
- #MainMenu {visibility: hidden;}
160
- footer {visibility: hidden;}
161
- </style>
162
- """
163
- st.markdown(hide_streamlit_style, unsafe_allow_html=True)
 
151
  for token in str(response):
152
  await response_message.stream_token(token=token)
153
 
154
+ await response_message.send()