ibrahimgiki commited on
Commit
f0f2775
·
verified ·
1 Parent(s): 07273f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -28
app.py CHANGED
@@ -36,31 +36,16 @@ if st.button("Summarize"):
36
  else:
37
  st.warning("Please enter some text to summarize.")
38
 
39
-
40
-
41
- st.set_option('deprecation.showfileUploaderEncoding', False)
42
- st.markdown(
43
- """
44
- <style>
45
- .reportview-container {
46
- flex-direction: row;
47
- justify-content: center.
48
- }
49
- </style>
50
- """,
51
- unsafe_allow_html=True
52
- )
53
-
54
- # if _name_ == "_main_":
55
- # st.set_option('deprecation.showfileUploaderEncoding', False)
56
- # st.markdown(
57
- # """
58
- # <style>
59
- # .reportview-container {
60
- # flex-direction: row;
61
- # justify-content: center.
62
- # }
63
- # </style>
64
- # """,
65
- # unsafe_allow_html=True
66
- # )
 
36
  else:
37
  st.warning("Please enter some text to summarize.")
38
 
39
+ if _name_ == "_main_":
40
+ st.set_option('deprecation.showfileUploaderEncoding', False)
41
+ st.markdown(
42
+ """
43
+ <style>
44
+ .reportview-container {
45
+ flex-direction: row;
46
+ justify-content: center.
47
+ }
48
+ </style>
49
+ """,
50
+ unsafe_allow_html=True
51
+ )