llmahmad commited on
Commit
c71f04f
·
verified ·
1 Parent(s): 9d55d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -29,16 +29,3 @@ if st.button("Summarize"):
29
  else:
30
  st.warning("Please enter some text to summarize.")
31
 
32
- if __name__ == "__main__":
33
- st.set_option('deprecation.showfileUploaderEncoding', False)
34
- st.markdown(
35
- """
36
- <style>
37
- .reportview-container {
38
- flex-direction: row;
39
- justify-content: center.
40
- }
41
- </style>
42
- """,
43
- unsafe_allow_html=True
44
- )
 
29
  else:
30
  st.warning("Please enter some text to summarize.")
31