Update app.py
Browse files
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()"""
|