ashirhashmi commited on
Commit
e26b5d1
·
verified ·
1 Parent(s): f6b9930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -39,10 +39,4 @@ if st.button("Summarize"):
39
  except Exception as e:
40
  st.error(f"An error occurred during summarization: {e}")
41
  else:
42
- st.warning("Please enter some text to summarize.")
43
-
44
- # Optional: Add a footer or additional information
45
- st.markdown("""
46
- ---
47
- Made with ❤️ using [Streamlit](https://streamlit.io) and [Hugging Face Transformers](https://huggingface.co/transformers/).
48
- """)
 
39
  except Exception as e:
40
  st.error(f"An error occurred during summarization: {e}")
41
  else:
42
+ st.warning("Please enter some text to summarize.")