polpoDevs commited on
Commit
6740b62
·
verified ·
1 Parent(s): 8928f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ text = st.text_area("Enter text to summarize here.")
71
 
72
  if text:
73
  out = get_answer(chatbot, text)
74
- st.json(out)
 
71
 
72
  if text:
73
  out = get_answer(chatbot, text)
74
+ st.write(out)