Update README.md

#1
by SharmilNK - opened
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -62,7 +62,7 @@ This app uses only standard Python libraries (no external dependencies).However,
62
  pip install -r requirements.txt
63
 
64
  4. Run the Streamlit app:
65
- streamlit run streamlit_app.py
66
 
67
  **How to Run cli_demo.py**
68
  This is a simple command-line version of the VIN decoder. Make sure your terminal is in the same directory as cli_demo.py.
@@ -70,13 +70,13 @@ This is a simple command-line version of the VIN decoder. Make sure your termina
70
  python cli_demo.py
71
 
72
  **Link to the Hugging Faces Space**
73
-
74
 
75
  ---
76
 
77
  🧩 Project Structure
78
  .
79
- β”œβ”€β”€ streamlit_app.py # Entry point for the Streamlit application
80
  β”œβ”€β”€ cli_demo.py # Command-line interface version of the VIN decoder
81
  β”œβ”€β”€ nhtsa_api_call.py # Helper module for API requests
82
  β”œβ”€β”€ car_image.png # Image file used in the Streamlit application
 
62
  pip install -r requirements.txt
63
 
64
  4. Run the Streamlit app:
65
+ streamlit run app.py
66
 
67
  **How to Run cli_demo.py**
68
  This is a simple command-line version of the VIN decoder. Make sure your terminal is in the same directory as cli_demo.py.
 
70
  python cli_demo.py
71
 
72
  **Link to the Hugging Faces Space**
73
+ https://huggingface.co/spaces/averyestopinal/AIPI503_Final
74
 
75
  ---
76
 
77
  🧩 Project Structure
78
  .
79
+ β”œβ”€β”€ app.py # Entry point for the Streamlit application
80
  β”œβ”€β”€ cli_demo.py # Command-line interface version of the VIN decoder
81
  β”œβ”€β”€ nhtsa_api_call.py # Helper module for API requests
82
  β”œβ”€β”€ car_image.png # Image file used in the Streamlit application