Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|