Skip to content

Forum in maintenance, we will back soon 🙂

Can someone help me...
 
Notifications
Clear all

Can someone help me with ai seo auditor

11 Posts
4 Users
3 Reactions
70 Views
(@moh6)
Posts: 8
Active Member
Topic starter
 

Can someone help me with ai seo auditor  I did all the step both when I run streamline run app.py commande it didn't work for me like the image can someone help me I beginner and this first tool i want to test

IMG 20241003 210210

 

 
Posted : 10/03/2024 8:10 pm
(@husein)
Posts: 536
Member Moderator
 

@moh6 Are you sure you installed the streamlit library? IF you did please share the structure of your folder and where the app.py file is located.

 
Posted : 10/04/2024 9:47 am
(@moh6)
Posts: 8
Active Member
Topic starter
 

i fix the problem thank you but I want to connect that API that hasen give us SEO audit and connect with this tools ai SEO audit tools to my website can you give some guide to this I don't now how to do it

 

 
Posted : 10/04/2024 2:10 pm
(@husein)
Posts: 536
Member Moderator
 

@moh6 I didnt quite understand your inquiry. Do you want to add the tool on your website?

 
Posted : 10/05/2024 10:35 am
(@moh6)
Posts: 8
Active Member
Topic starter
 

@husein yes I want to add this tool to my website 

And I about the API how I can connect it with th tool 

 
Posted : 10/05/2024 6:07 pm
(@google-j-clvr)
Posts: 2
New Member
 

I am having the exact same problem running Steamlit. I have followed the following commands as listed on the detailed blog instructions. 

1. Create the environment: python -m venv venv

2. Activate environment:  venv/scripts/activate

3. Install requirements: pip install simplerllm streamlit

4. Run Tool: Streamlit run app.py

(venv) PS C:\Users\Advisorlink-2015\OneDrive\SMB AI SEO Analysis\Bulk-AI-SEO-Auditor-main> Streamlit
run app.py
Usage: streamlit run [OPTIONS] TARGET [ARGS]...
Try 'streamlit run --help' for help.

Error: Invalid value: File does not exist: app.py
(venv) PS C:\Users\Advisorlink-2015\OneDrive\SMB AI SEO Analysis\Bulk-AI-SEO-Auditor-main>

 

I would appreciated if you can tell me if "Streamlit run app.py" as listed on the instructions

is the correct statement to run the tool?

 

 
Posted : 10/05/2024 6:24 pm
(@jean-c)
Posts: 12
Eminent Member Customer
 

@google-j-clvr   Hello, i can understand... try streamlit run main.py

 
Posted : 10/06/2024 4:41 pm
(@moh6)
Posts: 8
Active Member
Topic starter
 

@google-j-clvr the file app.py don't exist try streamlit run main.py the file is main.py

 
Posted : 10/06/2024 6:09 pm
J. Clvr reacted
(@husein)
Posts: 536
Member Moderator
 

@moh6 Check this tutorial it might help.

 
Posted : 10/07/2024 9:17 am
(@husein)
Posts: 536
Member Moderator
 

@google-j-clvr The main command is "streamlit run" and then you add next to it the name of the file so if you saved the file as main.py it will become "streamlit run main.py" if you saved the file as streamlit.py the command will be "streamlit run streamlit.py"

 
Posted : 10/07/2024 9:18 am
(@google-j-clvr)
Posts: 2
New Member
 

@moh6 You're vey kind sir! Hasan's Run instruction were listed: I will definitely try it as you suggested. Thank you!

Run the Tool:

  • Use the command: streamlit run app.py
  • This will open the tool in your default web browser.
 
Posted : 10/08/2024 1:57 am
Share: