Arjun9 commited on
Commit
f6bad57
·
verified ·
1 Parent(s): e600395

Update application.py

Browse files
Files changed (1) hide show
  1. application.py +1 -3
application.py CHANGED
@@ -23,6 +23,4 @@ def generate_summary(text):
23
  # Display summary if input text is provided
24
  if input_text:
25
  summary = generate_summary(input_text)
26
- st.write("**Summary:**", summary)
27
-
28
- streamlit run app.py
 
23
  # Display summary if input text is provided
24
  if input_text:
25
  summary = generate_summary(input_text)
26
+ st.write("**Summary:**", summary)