adil9858 commited on
Commit
99c70fb
·
1 Parent(s): d65e55e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,7 +22,7 @@ if st.button("Generate"):
22
  # Display the generated content using Markdown
23
  st.markdown(response.text)
24
 
25
- # Run the app
26
  if __name__ == "__main__":
27
 
28
- st.run_app()
 
22
  # Display the generated content using Markdown
23
  st.markdown(response.text)
24
 
25
+ """# Run the app
26
  if __name__ == "__main__":
27
 
28
+ st.run_app()"""