PabloGabrielSch commited on
Commit
377b633
1 Parent(s): 7656a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -293,6 +293,5 @@ st.info("DESCRIPTION : This web app is designed to upscale or resize image re
293
  " is still undergoing development, we are delighted to offer you to use it for image resolution upscaling."+
294
  " We welcome your feedback and suggestions, and encourage you to contact us at truelie2011@gmail.com "+
295
  "to share your thoughts. Thank you for your interest in our web application, and we look forward "+
296
- "to hearing from you as we continue to work towards making this project a resounding success."+
297
- <div id="paypal-button-container-P-67W34737A1491210BMXEONTA"></div> <script src="https://www.paypal.com/sdk/js?client-id=AdidH9dqZGv8-uiU-GxB7Px045TZ9CRtEQaCOQz-G3G1wFofcEeAL2VYQcOsCNLiGFGbqKYMUbulWQ66&vault=true&intent=subscription" data-sdk-integration-source="button-factory"></script> <script> paypal.Buttons({ style: { shape: 'pill', color: 'blue', layout: 'vertical', label: 'subscribe' }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: 'P-67W34737A1491210BMXEONTA', quantity: 1 // The quantity of the product for a subscription }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render('#paypal-button-container-P-67W34737A1491210BMXEONTA'); // Renders the PayPal button </script> )
298
 
 
293
  " is still undergoing development, we are delighted to offer you to use it for image resolution upscaling."+
294
  " We welcome your feedback and suggestions, and encourage you to contact us at truelie2011@gmail.com "+
295
  "to share your thoughts. Thank you for your interest in our web application, and we look forward "+
296
+ "to hearing from you as we continue to work towards making this project a resounding success." )
 
297