Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -46,6 +46,15 @@ def main(): | |
| 46 | 
             
                st.sidebar.header("ℹ️ About this App")
         | 
| 47 | 
             
                st.sidebar.info("This app uses chat and web search APIs by HelpingAI. The founder of HelpingAI is Abhay Koul. The web search API used in this app is publicly available and its name is Webscout API. For any inquiries or assistance, please contact the developer: Telegram: @OEvortex, Email: [email protected].")
         | 
| 48 |  | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 49 | 
             
                st.sidebar.markdown("---")
         | 
| 50 | 
             
                st.sidebar.markdown("© 2023 HelpingAI. All rights reserved.")
         | 
| 51 |  | 
|  | |
| 46 | 
             
                st.sidebar.header("ℹ️ About this App")
         | 
| 47 | 
             
                st.sidebar.info("This app uses chat and web search APIs by HelpingAI. The founder of HelpingAI is Abhay Koul. The web search API used in this app is publicly available and its name is Webscout API. For any inquiries or assistance, please contact the developer: Telegram: @OEvortex, Email: [email protected].")
         | 
| 48 |  | 
| 49 | 
            +
                st.sidebar.markdown("---")
         | 
| 50 | 
            +
                st.sidebar.header("🌐 How to Get Webscout API")
         | 
| 51 | 
            +
                st.sidebar.info("""
         | 
| 52 | 
            +
                1. Sign up for a RapidAPI account if you haven't already.
         | 
| 53 | 
            +
                2. Subscribe to the "webscout-api" on the RapidAPI marketplace to acquire your API key.
         | 
| 54 | 
            +
                3. Choose the pricing tier that best fits your usage needs and budget.
         | 
| 55 | 
            +
                4. Integrate the API into your applications using the provided endpoints.
         | 
| 56 | 
            +
                """)
         | 
| 57 | 
            +
             | 
| 58 | 
             
                st.sidebar.markdown("---")
         | 
| 59 | 
             
                st.sidebar.markdown("© 2023 HelpingAI. All rights reserved.")
         | 
| 60 |  | 
