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