Update app.py
Browse files
app.py
CHANGED
@@ -152,5 +152,4 @@ def launch_bot():
|
|
152 |
st.markdown("[Sign up for Premium](https://www.patreon.com/CopyleftCultivarsNonprofit)", unsafe_allow_html=True)
|
153 |
|
154 |
if __name__ == "__main__":
|
155 |
-
launch_bot()
|
156 |
-
Explanation of Ch
|
|
|
152 |
st.markdown("[Sign up for Premium](https://www.patreon.com/CopyleftCultivarsNonprofit)", unsafe_allow_html=True)
|
153 |
|
154 |
if __name__ == "__main__":
|
155 |
+
launch_bot()
|
|