Spaces:
Sleeping
Sleeping
Commit
·
3f18d63
1
Parent(s):
c743029
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,5 @@ if st.button("Submit", type="primary"):
|
|
23 |
if chunk_content is not None:
|
24 |
content.append(chunk_content)
|
25 |
result = "".join(content).strip()
|
26 |
-
result = result.replace("\n", "")
|
27 |
res_box.markdown(result)
|
28 |
st.markdown("----")
|
|
|
23 |
if chunk_content is not None:
|
24 |
content.append(chunk_content)
|
25 |
result = "".join(content).strip()
|
|
|
26 |
res_box.markdown(result)
|
27 |
st.markdown("----")
|