ibrahimgiki commited on
Commit
cdf175e
1 Parent(s): f0f2775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 _name_ == "_main_":
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
  """