Spaces:
Sleeping
Sleeping
ibrahimgiki
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ if st.button("Summarize"):
|
|
36 |
else:
|
37 |
st.warning("Please enter some text to summarize.")
|
38 |
|
39 |
-
if
|
40 |
st.set_option('deprecation.showfileUploaderEncoding', False)
|
41 |
st.markdown(
|
42 |
"""
|
|
|
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 |
"""
|