Spaces:
Sleeping
Sleeping
ibrahimgiki
commited on
Update app.py
Browse files
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.
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
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 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|