legaltextai commited on
Commit
1acf305
·
verified ·
1 Parent(s): efe8f0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ with tab1:
69
  st.write(text)
70
  summary = get_summary(text)
71
  st.write(summary)
 
72
  #st.write(response)
73
  # for chunk in summary:
74
  # print(chunk.text)
 
69
  st.write(text)
70
  summary = get_summary(text)
71
  st.write(summary)
72
+ st.write(summary.text)
73
  #st.write(response)
74
  # for chunk in summary:
75
  # print(chunk.text)